diff options
author | Spencer T Brody <spencer@10gen.com> | 2012-12-05 17:27:37 -0500 |
---|---|---|
committer | Spencer T Brody <spencer@10gen.com> | 2012-12-05 17:29:04 -0500 |
commit | 7fbd3339d01880709000e533a26fdbd93c51fee9 (patch) | |
tree | 0e734b45d9161baa0d0cfb539b938a8bb2b103e0 /src/mongo/client/sasl_client_authenticate.h | |
parent | f0cde92eef642c6ca723399bf3d81ebee0897325 (diff) | |
download | mongo-7fbd3339d01880709000e533a26fdbd93c51fee9.tar.gz |
Update comments to refer to $sasl instead of $external. SERVER-7795
Diffstat (limited to 'src/mongo/client/sasl_client_authenticate.h')
-rw-r--r-- | src/mongo/client/sasl_client_authenticate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/client/sasl_client_authenticate.h b/src/mongo/client/sasl_client_authenticate.h index 67e2065b515..11e7f446b34 100644 --- a/src/mongo/client/sasl_client_authenticate.h +++ b/src/mongo/client/sasl_client_authenticate.h @@ -40,7 +40,7 @@ namespace mongo { * instruct the server to await separate privilege-acquisition commands. * "principal": The string name of the principal to authenticate, GSASL_AUTHID. * "principalSource": The database target of the auth command, which identifies the location - * of the credential information for the principal. May be "$external" if credential + * of the credential information for the principal. May be "$sasl" if credential * information is stored outside of the mongo cluster. * "password": The password data, GSASL_PASSWORD. * "serviceName": The GSSAPI service name to use. Defaults to "mongodb". @@ -117,7 +117,7 @@ namespace mongo { extern const char* const saslCommandPrincipalFieldName; /// Field containing the string identifier of the database containing credential information, - /// or "$external" if the credential information is stored outside of the mongo cluster. + /// or "$sasl" if the credential information is stored outside of the mongo cluster. extern const char* const saslCommandPrincipalSourceFieldName; /// Field overriding the FQDN of the hostname hosting the mongodb srevice in |