From 122b2d411f119e4b46b77f20dc5002981db204a8 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Wed, 6 Jul 2011 19:28:45 +0000 Subject: JIRA 3337 no more defaulting to guest/guest username/password qpidd.sasldb is no longer created -- users who want usernames and passwords in there must create it. but a local qpidd.sasldb is (before this change) being created for 'make check' testing. The etc/sasl2/qpidd.conf file now has an explicit mech list -- so we will no longer default to the system-list. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1143536 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/qmf-console/ping.cpp | 4 +--- qpid/cpp/examples/qmf-console/printevents.cpp | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'qpid/cpp/examples') diff --git a/qpid/cpp/examples/qmf-console/ping.cpp b/qpid/cpp/examples/qmf-console/ping.cpp index fe537d48d2..e6d6d138d5 100644 --- a/qpid/cpp/examples/qmf-console/ping.cpp +++ b/qpid/cpp/examples/qmf-console/ping.cpp @@ -31,9 +31,7 @@ using namespace qpid::console; int main_int(int /*argc*/, char** /*argv*/) { // - // Declare connection settings for the messaging broker. The settings default to - // localhost:5672 with user guest (password guest). Refer to the header file - // for full details. + // Declare connection settings for the messaging broker. // qpid::client::ConnectionSettings connSettings; diff --git a/qpid/cpp/examples/qmf-console/printevents.cpp b/qpid/cpp/examples/qmf-console/printevents.cpp index 3a0a2ab68b..ac3e449a2c 100644 --- a/qpid/cpp/examples/qmf-console/printevents.cpp +++ b/qpid/cpp/examples/qmf-console/printevents.cpp @@ -64,9 +64,7 @@ struct Main { Listener listener; // - // Declare connection settings for the messaging broker. The settings default to - // localhost:5672 with user guest (password guest). Refer to the header file - // for full details. + // Declare connection settings for the messaging broker. // qpid::client::ConnectionSettings connSettings; -- cgit v1.2.1