Commit Graph

22 Commits

Author SHA1 Message Date
Anthony Sottile
ff81fbb938 Ensure files end in a newline 2017-08-31 22:26:39 -07:00
A. Jesse Jiryu Davis
b49f1000c1 PYTHON-1299 - Remove MongoDB 2.4 notes from docs 2017-08-24 15:33:12 -04:00
A. Jesse Jiryu Davis
72e61277b2 Deprecate db.authenticate and db.eval
PYTHON-1313, and PYTHON-1315.
2017-08-01 16:30:42 -04:00
A. Jesse Jiryu Davis
7c41ef566c PYTHON-1282 Update docs and errors for new URI Spec 2017-06-16 22:48:22 -04:00
A. Jesse Jiryu Davis
c72ee15b52 PYTHON-1282 Username/password must be URI-escaped
Not just "%", "@", and ":" must be escaped, all delimiters from RFC 3986
must be percent-encoded. Therefore, since "/" must be escaped in
username and password, we can split the URI at the first "/" instead of
the last.
2017-06-16 18:33:32 -04:00
Bernie Hackett
1600059015 PYTHON-1184 - Don't require X.509 user with MongoDB 3.4 2016-11-16 14:31:14 -08:00
elitan
097e7e7b55 added import for MongoClient 2016-10-20 10:15:05 -07:00
Bernie Hackett
057429cfca PYTHON-1023 - Explicitly drop support for MongoDB 2.2
We haven't tested against anything older than MongoDB 2.2
in a long timei, but we've never been explicit about what
versions we actually support. As of this commit we are
no longer testing against MongoDB 2.2 either. MongoDB 2.2
reached EOL in February of 2014.
2016-06-15 10:49:00 -07:00
Bernie Hackett
7e92cda92a Update WinKerberos link 2016-05-26 16:23:53 -07:00
Bernie Hackett
0abfba6155 PYTHON-750 - Kerberos SSPI support for Windows 2016-05-26 16:23:53 -07:00
Bernie Hackett
3279d03131 PYTHON-1052 - Clarify delegated auth example 2016-02-02 14:22:24 -08:00
Bernie Hackett
c3ea16b0ea Update MongoDB version references from 2.8 to 3.0. 2015-01-24 09:42:24 -08:00
Bernie Hackett
ab9aa9619d PYTHON-778 - Document URI quoting rules. 2014-11-11 14:44:37 -08:00
Bernie Hackett
429aa9c582 PYTHON-768 - Support authMechanismProperties.
This change also removes the gssapiServiceName option (deprecated in
PyMongo 2.8), which is replaced by authMechanismProperties=SERVICE_NAME:<service name>.
2014-10-30 22:01:38 -07:00
A. Jesse Jiryu Davis
a7db21a0b4 PYTHON-706 Mention that backports.pbkdf2 provides the best performance. 2014-10-23 21:25:54 -04:00
A. Jesse Jiryu Davis
d89576f23e PYTHON-764 Update auth examples for MongoDB 2.8.
(cherry picked from commit 3ca47b8)
2014-10-23 16:32:00 -04:00
A. Jesse Jiryu Davis
9a944b56ce Auth doc should use term "deployment", not "cluster".
The term "cluster" is reserved for sharded clusters in MongoDB documentation.
This document should use the term "deployment" to mean any set of one or
more MongoDB servers.
2014-09-17 22:32:43 -04:00
Bernie Hackett
bad4a109b4 PYTHON-706 - SCRAM-SHA-1 2014-08-13 15:02:28 -07:00
Bernie Hackett
2b79325d3b PYTHON-686 - Remove a bunch of references to 2.4 and 2.5 2014-04-24 12:40:29 -07:00
Bernie Hackett
2fd2efaa85 Mention the pykerberos module, which supports python 3. 2014-04-03 11:01:34 -07:00
Gianfranco Palumbo
8d66b565f8 Correct python module import for auth examples 2013-09-24 05:11:38 -04:00
behackett
40a32cc4a2 Authentication examples PYTHON-544 2013-07-25 16:46:16 -07:00