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