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 | a19dcadf61f751ffd4bd1f8b8e13f4692c572b70 (patch) | |
tree | fb391e1d40d1f2d8fd11217f681e26f957e4668e /cpp/src | |
parent | c842178487b58b61660ea7cfc6d496fa5bac07d7 (diff) | |
download | qpid-python-a19dcadf61f751ffd4bd1f8b8e13f4692c572b70.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')
-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 |