From 6750175fff254b21424a3f5f602461385ea3507e Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 20 Mar 2018 18:49:16 +0000 Subject: [PATCH] Document SCRAM-SHA-1 authMechanism for MongoClient git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344542 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongoclient/construct.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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