Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path for pymongo.Connection to perform automatic per-socket authentication for databases after first authentication #6

Closed
wants to merge 4 commits into from

Conversation

jmurty
Copy link

@jmurty jmurty commented Sep 22, 2010

A proposed patch for pymongo that allows the Connection class to perform automatic per-socket authentication for databases across threads and sockets. Once a user authenticates to a database once in a given Connection, all future sockets created by that connection are logged in immediately with no further action required.

This is a reworking of the initial pull request http://github.com/mongodb/mongo-python-driver/pull/5

@jmurty
Copy link
Author

jmurty commented Sep 24, 2010

Updated per feedback in http://jira.mongodb.org/browse/PYTHON-162

@behackett
Copy link
Member

Most of this was manually merged. I added you to the contributors list. Thanks for the patch!

@behackett behackett closed this Jul 12, 2011
@jmurty
Copy link
Author

jmurty commented Jul 12, 2011

Thanks for accepting the patch, and for pymongo in general

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants