From 2a53b0b53c5403bc88672962a9d7650d5f731c42 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Wed, 15 Feb 2017 19:39:53 +0000 Subject: [PATCH] MongoDB Manager does not support authMechanism and authMechanismProperties in options array git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341904 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mongodb/driver/manager/construct.xml | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/reference/mongodb/mongodb/driver/manager/construct.xml b/reference/mongodb/mongodb/driver/manager/construct.xml index 0c003693b1..60bca6db54 100644 --- a/reference/mongodb/mongodb/driver/manager/construct.xml +++ b/reference/mongodb/mongodb/driver/manager/construct.xml @@ -71,6 +71,17 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][ which will overwrite any options with the same name in the uri parameter. + + + The "authMechanism" and + "authMechanismProperties" options are not supported in + uriOptions and must be specified in the + uri parameter. For additional details, see + Authentication Options + in the MongoDB manual and the + Driver Authentication Specification. + + uriOptions @@ -100,18 +111,6 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][ - - authMechanism - string - - - The authentication mechanism that MongoDB will use to authenticate - the connection. For details, see - Authentication Options - in the MongoDB manual. - - - authSource string