val uri =MongoClientURI("mongodb://username%40do...@kdc.example.com/?authMechanism=MONGODB-GSSAPI")
val uri =MongoClientURI("mongodb://username%40example.com@localhost:27017/?authMechanism=MONGODB-GSSAPI")
uri = "mongodb://mongodbuser%40EXAMPL...@example.com/?authMechanism=GSSAPI&authMechanismProperties=SERVICE_NAME:myservicename"
uri = "mongodb://mongodbuser%40EXAMPL...@mongo-server.example.com/?authMechanism=GSSAPI&authMechanismProperties=SERVICE_NAME:myservicename"
Hi Dmitry,
Thank you very much for pointing this out. I have filed a Jira issue with a pull request to update the Python doc as you have suggested: PYTHON-1399
In regards to Casbah, the project is no longer in development. The MongoDB Scala Driver has taken its place and has Authentication documentation with more clearly defined examples for Kerberos.
Cheers,Brian