Connection currently supports the ability to authenticate with user/password to the privileged "admin" DB on the server.
But I don't see a way to authenticate against any other individual DB. For example, if I have a DB "FOO" with a username "BAR" record in its system.users collection, I can connect to it like this with the mongo shell:
mongo myserver.mydomain.com/FOO -u BAR -p PASSWORD_FOR_BAR
Could you add this per-DB authentication functionality to the connection dialog?
Connection currently supports the ability to authenticate with user/password to the privileged "admin" DB on the server.
But I don't see a way to authenticate against any other individual DB. For example, if I have a DB "FOO" with a username "BAR" record in its system.users collection, I can connect to it like this with the mongo shell:
Could you add this per-DB authentication functionality to the connection dialog?
And by the way, thanks for the slick UI! :)