diff options
| author | Michael Goulish <mgoulish@apache.org> | 2012-03-15 19:06:09 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2012-03-15 19:06:09 +0000 |
| commit | c421c9f947ff9e75234e58fe3f67309cb41a411b (patch) | |
| tree | fb391e1d40d1f2d8fd11217f681e26f957e4668e /cpp/src/tests | |
| parent | d50a044974b4ca5d4a1b6914c0091da07d9c7616 (diff) | |
| download | qpid-python-c421c9f947ff9e75234e58fe3f67309cb41a411b.tar.gz | |
NO-JIRA
use new local sasl config file when starting authenticating broker,
so that sasl mechs will not depend on the whimsies and vicissitudes
of the system settings.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1301153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rwxr-xr-x | cpp/src/tests/ssl_test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/tests/ssl_test b/cpp/src/tests/ssl_test index fc634ba242..ac978d3bd0 100755 --- a/cpp/src/tests/ssl_test +++ b/cpp/src/tests/ssl_test @@ -100,8 +100,10 @@ start_ssl_mux_broker() { PORTS=( ${PORTS[@]} $1 ) } +sasl_config_dir=$builddir/sasl_config + start_authenticating_broker() { - start_brokers 1 "--transport ssl --ssl-port 0 --require-encryption --ssl-sasl-no-dict --ssl-require-client-authentication --auth yes" + start_brokers 1 "--transport ssl --ssl-port 0 --require-encryption --ssl-sasl-no-dict --ssl-require-client-authentication --auth yes --sasl-config=${sasl_config_dir}" } ssl_cluster_broker() { # $1 = port |
