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 | 9d79caad6f35406bc8a8f06ff382a3ecdcebc7f0 (patch) | |
| tree | 4af4d322be25f62e4824cb246c7175de32f8a58e /cpp/src | |
| parent | 12b5ebddf6a1b01323dde3e760abab176d83d4e7 (diff) | |
| download | qpid-python-9d79caad6f35406bc8a8f06ff382a3ecdcebc7f0.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
Diffstat (limited to 'cpp/src')
| -rwxr-xr-x | cpp/src/tests/sasl_test_setup.sh | 1 |
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. |
