summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/security_key.cpp
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2013-09-24 13:38:13 -0400
committerAndreas Nilsson <andreas.nilsson@10gen.com>2013-09-24 13:38:13 -0400
commit947864ed70551afa8fea409e566c6de4e062263f (patch)
tree513488275ca2523877e2e2f852c06f2654b19ae6 /src/mongo/db/auth/security_key.cpp
parent0134c37b466f72d11d04d311bd390ce71fe52665 (diff)
downloadmongo-947864ed70551afa8fea409e566c6de4e062263f.tar.gz
SERVER-10798 Reduce log information leakage
Diffstat (limited to 'src/mongo/db/auth/security_key.cpp')
-rw-r--r--src/mongo/db/auth/security_key.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/auth/security_key.cpp b/src/mongo/db/auth/security_key.cpp
index cb7afb773e9..1ee9be06a99 100644
--- a/src/mongo/db/auth/security_key.cpp
+++ b/src/mongo/db/auth/security_key.cpp
@@ -136,8 +136,6 @@ namespace mongo {
return false;
}
- LOG(1) << "security key: " << str << endl;
-
User::CredentialData credentials;
credentials.password = DBClientWithCommands::createPasswordDigest(
internalSecurity.user->getName().getUser().toString(), str);