Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
Section 7.2 of the MMS On-prem1.4.2 manual
Create a user on the admin database with an operation that resembles the following:
|
use admin
|
db.addUser( { user: "<username>",
|
pwd: "<password>",
|
roles: [ "clusterAdmin",
|
"readAnyDatabase",
|
"userAdminAnyDatabase"
|
],
|
otherDBRoles: { local: ['readWrite'],
|
admin: ['readWrite'] } } )
|
Should be changed to include command that will work on 2.6 (as well).