Securing MongoDB – User Administration
The db.createUser(user, writeConcern) method used to create users.We need to provide the username, password and roles
The definition of createUser as follows
{user:"<name>",pwd:"password>",customData:{<User...
2016-07-01
411 reads