diff options
author | Gordon Sim <gsim@apache.org> | 2009-01-07 12:22:05 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-01-07 12:22:05 +0000 |
commit | 08ea4d59e8c52f6181746b7fc58301a56d49965f (patch) | |
tree | 42689cd85adeeb4f991d98acfbed1a73646cc6a5 /cpp | |
parent | e6535659fa885dc99812e87b151a1a83e8de7b44 (diff) | |
download | qpid-python-08ea4d59e8c52f6181746b7fc58301a56d49965f.tar.gz |
Remove mechanism restrictions from default sasl config file.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/etc/sasl2/qpidd.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/etc/sasl2/qpidd.conf b/cpp/etc/sasl2/qpidd.conf index 05bfbdd5a9..45eea4592b 100644 --- a/cpp/etc/sasl2/qpidd.conf +++ b/cpp/etc/sasl2/qpidd.conf @@ -36,7 +36,6 @@ # NOTE: The sasldb file must be readable by the user running the qpidd # daemon, and should be readable only by that user. # -mech_list: plain anonymous pwcheck_method: auxprop auxprop_plugin: sasldb sasldb_path: /var/lib/qpidd/qpidd.sasldb |