summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager.h
diff options
context:
space:
mode:
authorAmalia Hawkins <amalia.hawkins@10gen.com>2014-07-22 11:22:34 -0400
committerAmalia Hawkins <amalia.hawkins@10gen.com>2014-07-22 11:31:06 -0400
commit6c9e9a907352ca91a72c2818637506e9f7a42421 (patch)
tree06f590322dcdb353bf32d49df316f67025ad50c5 /src/mongo/db/auth/authorization_manager.h
parent9c4d4cd84a82ba7ca782b69e0bdc821e8c3ff997 (diff)
downloadmongo-6c9e9a907352ca91a72c2818637506e9f7a42421.tar.gz
SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAME
Diffstat (limited to 'src/mongo/db/auth/authorization_manager.h')
-rw-r--r--src/mongo/db/auth/authorization_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/authorization_manager.h b/src/mongo/db/auth/authorization_manager.h
index c03e5b3eb66..b8f1fb714ae 100644
--- a/src/mongo/db/auth/authorization_manager.h
+++ b/src/mongo/db/auth/authorization_manager.h
@@ -78,7 +78,7 @@ namespace mongo {
static const std::string USER_NAME_FIELD_NAME;
static const std::string USER_DB_FIELD_NAME;
static const std::string ROLE_NAME_FIELD_NAME;
- static const std::string ROLE_SOURCE_FIELD_NAME; // TODO: rename to ROLE_DB_FIELD_NAME
+ static const std::string ROLE_DB_FIELD_NAME;
static const std::string PASSWORD_FIELD_NAME;
static const std::string V1_USER_NAME_FIELD_NAME;
static const std::string V1_USER_SOURCE_FIELD_NAME;