diff options
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/qpid/broker/Broker.cpp | 6 |
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 |