Adam Midvidy
1991daaff1
SERVER-7775 add currentOp command
2015-04-13 10:14:12 -04:00
Adam Midvidy
d6cd29d1fc
SERVER-7775 add killOp command
2015-04-06 18:49:59 -04:00
Adam Midvidy
8a805598bb
SERVER-7775 refactor fsyncUnlock to execute through standard command path
2015-03-26 14:20:38 -04:00
Veres Lajos
a98f839cf9
SERVER-9634 typo fixes
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com >
2014-06-09 23:43:00 -04:00
Amalia Hawkins
1b4b52a9d4
SERVER-12621 narrow the localhost exception when auth is enabled
2014-05-22 20:29:39 -04:00
daveh86
0e224f9a0f
SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"
...
Includes both the initial patch to remove all throws and patches for all failing tests
Signed-off-by: Benety Goh <benety@mongodb.com >
2014-05-22 09:17:09 -04:00
Randolph Tan
386f1b32ba
SERVER-13191 migrate auth jstest suite to use write commands api
2014-03-26 15:34:37 -04:00
Spencer T Brody
030988fb8e
SERVER-10151 Re-enable the 'Test change role' section of auth/basic_role_auth.js by using the updateUser command
2013-11-18 16:12:40 -05:00
Spencer T Brody
490ffed0e9
Make sure cluster roles have access to system collections in config db
2013-11-08 14:12:21 -05:00
Spencer T Brody
49fd6dbb2b
SERVER-11555 Replace all occurrences of addUser with createUser in jstests
2013-11-06 17:11:39 -05:00
Spencer T Brody
f0c6cebd73
SERVER-10794 Maintain backwards-compatible form of addUser for one more release
2013-10-11 18:14:12 -04:00
Spencer T Brody
ee7ea7ea7f
SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new API
2013-10-06 17:19:23 -04:00
Spencer T Brody
1fde472858
SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to dropUser/dropRole
2013-10-06 12:02:45 -04:00
Andy Schwerin
3bc344db79
SERVER-1105 Update AuthorizationSession's logic for collection-level access control.
...
Also requires changing the privileges of the built-in roles. This patch takes the opportunity to remove the 2.2-style read-only roles in favor of the 2.4-style "read" and "readAnyDatabase" roles, and renames the 2.2-style read-write roles "dbOwner" and "root". The "root" name, at least, is subject to change prior to the next unstable release.
Test harnesses are updated as needed to use the correct builtin roles.
2013-09-26 14:33:43 -04:00
Spencer T Brody
ec23a4a358
SERVER-9517 Update tests to pass with new user schema
2013-09-06 12:31:22 -04:00
Spencer T Brody
211099e4bb
SERVER-6246 Restrict direct removes from system.users, add a shell helper to use the removeUser command, and update tests to use the helper
2013-08-01 14:12:09 -04:00
Spencer T Brody
b85f738ceb
SERVER-6246 Forbid direct inserts and updates to system.users collections when auth is enabled
2013-07-17 15:12:37 -04:00
Randolph Tan
5263d2a1a0
SERVER-9233 Add jstests for role-based access control
2013-04-09 10:50:22 -04:00