Details
-
Improvement
-
Resolution: Done
-
Trivial - P5
-
None
-
None
-
None
Description
"http://api.mongodb.org/python/current/examples/authentication.html"
says "Authentication is per-database" which seems to be untrue, or at best highly misleading. If I am trying to connect to database "foo", then it seems from the docs that "the_database" refers to foo, but it actually seems to need to be the "authenticationDatabase" which is not mentioned.