diff options
| author | Michael Goulish <mgoulish@apache.org> | 2011-07-06 19:28:45 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2011-07-06 19:28:45 +0000 |
| commit | 122b2d411f119e4b46b77f20dc5002981db204a8 (patch) | |
| tree | ccdb0efbd8f02337591054f0365442ddc98ea346 /qpid/cpp/examples/qmf-console/ping.cpp | |
| parent | 12f3f36ce2945dad5498d9a6c587995df4655be6 (diff) | |
| download | qpid-python-122b2d411f119e4b46b77f20dc5002981db204a8.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/examples/qmf-console/ping.cpp')
| -rw-r--r-- | qpid/cpp/examples/qmf-console/ping.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 - // <qpid/client/ConnectionSettings.h> for full details. + // Declare connection settings for the messaging broker. // qpid::client::ConnectionSettings connSettings; |
