From ee0cdba739ec3d5e4fe5a20dd2804d558e0ccc0d Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 7 Sep 2011 13:43:55 +0000 Subject: 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 --- cpp/src/tests/sasl_test_setup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests') 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. -- cgit v1.2.1