summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-10-17 20:12:21 -0400
committerSpencer T Brody <spencer@10gen.com>2013-10-21 17:22:16 -0400
commit4e5bb06c7156a2a6e7bf878f3cf2c90a94771b2d (patch)
tree2fbf3eb990490d022c1ead9ac12540d514238fd9 /src/mongo/db/audit.cpp
parentb67de10c6307468636b91fddd5d67b066f86b526 (diff)
downloadmongo-4e5bb06c7156a2a6e7bf878f3cf2c90a94771b2d.tar.gz
SERVER-11260 Remove all code related to advanced role delegation
Diffstat (limited to 'src/mongo/db/audit.cpp')
-rw-r--r--src/mongo/db/audit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/audit.cpp b/src/mongo/db/audit.cpp
index 2355f7cb81d..7389b49db1e 100644
--- a/src/mongo/db/audit.cpp
+++ b/src/mongo/db/audit.cpp
@@ -104,7 +104,7 @@ namespace audit {
const UserName& username,
bool password,
const BSONObj* customData,
- const std::vector<User::RoleData>& roles) MONGO_AUDIT_STUB
+ const std::vector<RoleName>& roles) MONGO_AUDIT_STUB
void logDropUser(ClientBasic* client,
const UserName& username) MONGO_AUDIT_STUB
@@ -116,7 +116,7 @@ namespace audit {
const UserName& username,
bool password,
const BSONObj* customData,
- const std::vector<User::RoleData>* roles) MONGO_AUDIT_STUB
+ const std::vector<RoleName>* roles) MONGO_AUDIT_STUB
void logGrantRolesToUser(ClientBasic* client,
const UserName& username,