I have mongo setup at an ubuntu host. It currently has no authentication
Mongodb was installed through instructions at http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
I need to add authentication to it.
These links say as to how to do it 1. http://docs.mongodb.org/manual/tutorial/add-user-administrator/ 2. http://docs.mongodb.org/manual/tutorial/enable-authentication/
I start mongodb with the command sudo service mongodb start/restart/stop
How do we make sure that auth is enabled when we use this method