summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAmalia Hawkins <amalia.hawkins@10gen.com>2014-04-28 16:29:47 -0400
committerDan Pasette <dan@mongodb.com>2014-05-15 18:03:31 -0400
commit36cd42c86d454fe78052339e7e53bdcc7b9b86a7 (patch)
treeb47e51b4af23c87bd3d20e7672a9c7bd72c15aac /jstests
parentdef6f6952a44499c6a0281f4f00e50f64d111e0f (diff)
downloadmongo-36cd42c86d454fe78052339e7e53bdcc7b9b86a7.tar.gz
SERVER-13727 add collStats permission to builtin backup role
(cherry picked from commit 24aeb8515961f9dc493addee39ee2d2c78254d90)
Diffstat (limited to 'jstests')
-rw-r--r--jstests/auth/lib/commands_lib.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index fa389d8a104..5684c321713 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -493,6 +493,7 @@ var authCommandsLib = {
dbOwner: 1,
clusterMonitor: 1,
clusterAdmin: 1,
+ backup: 1,
root: 1,
__system: 1
},
@@ -508,6 +509,7 @@ var authCommandsLib = {
dbAdminAnyDatabase: 1,
clusterMonitor: 1,
clusterAdmin: 1,
+ backup: 1,
root: 1,
__system: 1
},