summaryrefslogtreecommitdiff
path: root/qpid/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
commit4c985b2fee8c7fd53aea38aea201e03f548cd329 (patch)
treec10f083a36ee119c6a8fd742a4dd4eb04927837c /qpid/cpp/src
parent6c7fc048d974972507a2910f33a342ce5ff6013c (diff)
downloadqpid-python-4c985b2fee8c7fd53aea38aea201e03f548cd329.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@652591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/Broker.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/qpid/cpp/src/qpid/broker/Broker.cpp b/qpid/cpp/src/qpid/broker/Broker.cpp
index d9cf93f766..4917502fdf 100644
--- a/qpid/cpp/src/qpid/broker/Broker.cpp
+++ b/qpid/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