summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.h
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2017-12-08 18:54:23 -0500
committerSara Golemon <sara.golemon@mongodb.com>2017-12-18 23:11:00 -0500
commita0c66e6e12e445d2253e85a9bb36a6fc24d77cdb (patch)
tree90ab8f5cb136796abd21f9a464b926ac7a0b9997 /src/mongo/db/commands/authentication_commands.h
parent01c39d416435f930d249701ccb71744b519873b5 (diff)
downloadmongo-a0c66e6e12e445d2253e85a9bb36a6fc24d77cdb.tar.gz
SERVER-32279 Remove support for authenticating via MONGODB-CR
Diffstat (limited to 'src/mongo/db/commands/authentication_commands.h')
-rw-r--r--src/mongo/db/commands/authentication_commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/authentication_commands.h b/src/mongo/db/commands/authentication_commands.h
index bbb837e4015..c40d8a3d4d1 100644
--- a/src/mongo/db/commands/authentication_commands.h
+++ b/src/mongo/db/commands/authentication_commands.h
@@ -52,7 +52,6 @@ public:
virtual void addRequiredPrivileges(const std::string& dbname,
const BSONObj& cmdObj,
std::vector<Privilege>* out) {} // No auth required
- virtual void redactForLogging(mutablebson::Document* cmdObj);
CmdAuthenticate() : BasicCommand("authenticate") {}
bool run(OperationContext* opCtx,