diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-08-31 10:35:24 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-08-31 10:35:24 +0000 |
commit | 23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50 (patch) | |
tree | 4e3929822e98f3f5a51081b2bf369b1698a4294f /cpp/src | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1293 (diff) | |
download | ice-23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50.tar.bz2 ice-23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50.tar.xz ice-23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 | ||||
-rw-r--r-- | cpp/src/IceGrid/Client.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index b05efcef491..7b3be4244ae 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../../config/PropertyNames.def', Thu Aug 31 12:02:05 2006 +// Generated by makeprops.py from file `../../config/PropertyNames.def', Thu Aug 31 18:34:35 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -97,7 +97,7 @@ const char* IceInternal::PropertyNames::IceBoxProps[] = const char* IceInternal::PropertyNames::IceGridAdminProps[] = { - "IceGridAdmin.UseSecureAuthentication", + "IceGridAdmin.AuthenticateUsingSSL", "IceGridAdmin.Routed", "IceGridAdmin.Username", "IceGridAdmin.Password", diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 4b08bc72b14..7a25d66e371 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../../config/PropertyNames.def', Thu Aug 31 12:02:05 2006 +// Generated by makeprops.py from file `../../config/PropertyNames.def', Thu Aug 31 18:34:35 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp index b1c5f09fb6a..984bcf5e158 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -218,7 +218,7 @@ Client::run(int argc, char* argv[]) int timeout; IceGrid::AdminSessionPrx session; - bool ssl = communicator()->getProperties()->getPropertyAsInt("IceGridAdmin.UseSecureAuthentication"); + bool ssl = communicator()->getProperties()->getPropertyAsInt("IceGridAdmin.AuthenticateUsingSSL"); if(opts.isSet("ssl")) { ssl = true; |