-
Type: Improvement
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
None
"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.