diff options
| author | Gordon Sim <gsim@apache.org> | 2011-09-07 13:43:55 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2011-09-07 13:43:55 +0000 |
| commit | b45b258b585f68952fa58f9b31ff1ea444eb5574 (patch) | |
| tree | 7bf02642863da5503be01d560faf5ae794172644 /qpid/cpp/src/tests/sasl_test_setup.sh | |
| parent | 04215eee249500961d0252429fbe623d69ac1b37 (diff) | |
| download | qpid-python-b45b258b585f68952fa58f9b31ff1ea444eb5574.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@1166176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/sasl_test_setup.sh')
| -rwxr-xr-x | qpid/cpp/src/tests/sasl_test_setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/sasl_test_setup.sh b/qpid/cpp/src/tests/sasl_test_setup.sh index 6395ba6ec3..3e69c0f02b 100755 --- a/qpid/cpp/src/tests/sasl_test_setup.sh +++ b/qpid/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. |
