summaryrefslogtreecommitdiff
path: root/src/mongo/client/authenticate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/authenticate.h')
-rw-r--r--src/mongo/client/authenticate.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mongo/client/authenticate.h b/src/mongo/client/authenticate.h
index b5b4876c573..613fcef768e 100644
--- a/src/mongo/client/authenticate.h
+++ b/src/mongo/client/authenticate.h
@@ -160,12 +160,8 @@ Future<void> authenticateInternalClient(
* @dbname: The database target of the auth command.
* @username: The std::string name of the user to authenticate.
* @passwordText: The std::string representing the user's password.
- * @digestPassword: Set to true if the password is undigested.
*/
-BSONObj buildAuthParams(StringData dbname,
- StringData username,
- StringData passwordText,
- bool digestPassword);
+BSONObj buildAuthParams(StringData dbname, StringData username, StringData passwordText);
/**
* Run an isMaster exchange to negotiate a SASL mechanism for authentication.