summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-09-07 13:43:55 +0000
committerGordon Sim <gsim@apache.org>2011-09-07 13:43:55 +0000
commitee0cdba739ec3d5e4fe5a20dd2804d558e0ccc0d (patch)
tree4af4d322be25f62e4824cb246c7175de32f8a58e
parent05064e11eddf5a085ea2effe82e43abd805a1960 (diff)
downloadqpid-python-ee0cdba739ec3d5e4fe5a20dd2804d558e0ccc0d.tar.gz
NO-JIRA: Restrict the allowed mechanisms, primarily to prevent GSSAPI being picked as it is most likely not configured correctly for these tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1166176 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xcpp/src/tests/sasl_test_setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/sasl_test_setup.sh b/cpp/src/tests/sasl_test_setup.sh
index 6395ba6ec3..3e69c0f02b 100755
--- a/cpp/src/tests/sasl_test_setup.sh
+++ b/cpp/src/tests/sasl_test_setup.sh
@@ -30,6 +30,7 @@ pwcheck_method: auxprop
auxprop_plugin: sasldb
sasldb_path: $PWD/sasl_config/qpidd.sasldb
sql_select: dummy select
+mech_list: ANONYMOUS PLAIN DIGEST-MD5 EXTERNAL
EOF
# Populate temporary sasl db.