Will look like:
db.runCommand({createUser:1, user:'spencer', pwd:'password', roles:['read'], writeConcern: {w:"majority", wtimeout:5000}});
Need to update shell helpers also to pass the write concern information through to the command.
- is depended on by
-
SERVER-6246 Manipulate user objects exclusively via commands
- Closed
- related to
-
SERVER-10138 Assertion failure when trying to auth on replset connection before user is replicated (auth_repl.js)
- Closed