When I try to add a new user using the db.createUser command, I get the error:
2015-03-05T20: 29: 10.639 + 0200 E QUERY
Error: couldn't add user: no role userAdminAnyDatabase @ test23s at Error (<anonymous>) at DB.createUser (src / mongo / shell / db.js: 1066: 11) at (shell): 1: 4 at src /mongo/shell/db.js:1066
To add I use the command:
db.createUser( { user: "admin94", pwd: "14336546545", roles: [ {role: "userAdminAnyDatabase", db: "test23s"}] } )