Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. 1. Launch a MongoDB Instance
  2. 2. Create a user that can administer users in any database in our MongoDB instance. You may use the following credentials:
  3. username: securityofficer
  4. password: doughnuts
  5. 3. Restart the MongoDB server such that only authenticated users may connect.
  6. 4. Connect to the MongoDB server from the mongo shell authenticating as user securityofficer
  7. 5. Do a find() on the system.users collection.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement