I am using MongoDB with RockMongo and I want to have the authentication activated. How to “turn it on” or activate it in RockMongo?
I am using MongoDB with RockMongo and I want to have the authentication activated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few settings in
config.php:You can either turn on “mongo authentication” with
$MONGO["servers"][$i]["mongo_auth"] = true, or set defaults with the other three options.See also the documentation at http://rockmongo.com/wiki/configuration?lang=en_us#%23%23%23%23+mongo_db+