diff --git a/reference/mongo/mongoclient/construct.xml b/reference/mongo/mongoclient/construct.xml index 5f1b8fd8db..94bf1c6386 100644 --- a/reference/mongo/mongoclient/construct.xml +++ b/reference/mongo/mongoclient/construct.xml @@ -135,6 +135,11 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db Authenticates via kerberos systems MongoDB Enterprise 2.4. The Driver must be compiled against CyrusSASL2 + + SCRAM-SHA-1 + Authenticates using SCRAM-SHA-1 + MongoDB 3.0. + @@ -669,6 +674,15 @@ $m = new MongoClient($uri, array('replicaSet' => 'rs')); + + 1.6.0 + + + Added support for "SCRAM-SHA-1" in + "authMechanism" option. + + + 1.5.0