summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-01 17:43:59 +0000
committerGordon Sim <gsim@apache.org>2008-05-01 17:43:59 +0000
commit461f52d8d47d64ca3af2caf7251fda1e8a9bc20a (patch)
treeb960cf4151246cb08005ed4062c59779c1fa1fc0 /cpp/src
parent6c6529551ad6dd8b768067ed097d0a0bc742e6b0 (diff)
downloadqpid-python-461f52d8d47d64ca3af2caf7251fda1e8a9bc20a.tar.gz
Turn auth back on by default for c++ broker (only if SASL libs are available)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/Broker.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/Broker.cpp b/cpp/src/qpid/broker/Broker.cpp
index d9cf93f766..4917502fdf 100644
--- a/cpp/src/qpid/broker/Broker.cpp
+++ b/cpp/src/qpid/broker/Broker.cpp
@@ -81,11 +81,7 @@ Broker::Options::Options(const std::string& name) :
enableMgmt(1),
mgmtPubInterval(10),
#if HAVE_SASL
- //Authentication disabled by default for now to allow any
- //scripts etc that might fail authentication to be updated.
- //Note that this is a temporary measure (GS 14-APR-2008).
- auth(false),
- //auth(true),
+ auth(true),
#else
auth(false),
#endif