-
Notifications
You must be signed in to change notification settings - Fork 6
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
authentication #3
Comments
ok found solution: in module.py i added: in /etc/module i added also username and password |
Please keep it open so we can think about adding it, or even better, provide a patch :p |
first time making github patch, hope it worked On Wed, Apr 2, 2014 at 3:52 PM, Gabès Jean [email protected] wrote:
|
To submit a patch :
If some fix should be done on your pull request go back to 2 and 3 and github will update your pull request automatically. I hope this helps. |
cool thanks |
Hi,
I can't use authentication like:
uri = 'mongodb://user:password@host/dbname'
MongoClient(uri)
my python knowledge is far too bad to implement it myself :(
The text was updated successfully, but these errors were encountered: