diff --git a/source/includes/fact-zone-sharding-alias.rst b/source/includes/fact-zone-sharding-alias.rst index 7f5bda12534..59e01181e34 100644 --- a/source/includes/fact-zone-sharding-alias.rst +++ b/source/includes/fact-zone-sharding-alias.rst @@ -1,5 +1,5 @@ .. versionchanged:: 3.4 - This method aliases to |method| in MongoDB 3.4. The functionality specified - below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref:`Zone sharding - ` as the successor to tag-aware sharding. + This method aliases to |method| in MongoDB 3.4. The functionality specified + below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref:`Zone sharding + ` as the successor to tag-aware sharding. diff --git a/source/reference/command/addShardToZone.txt b/source/reference/command/addShardToZone.txt index 7d4370e3ca5..911b2c62a3a 100644 --- a/source/reference/command/addShardToZone.txt +++ b/source/reference/command/addShardToZone.txt @@ -17,11 +17,11 @@ Definition .. versionadded:: 3.4 - Associates a shard with a :term:`zone`. MongoDB associates this shard with - the given zone. Chunks that are covered by the zone are assigned to shards - associated with the zone. + Associates a shard with a :term:`zone`. MongoDB associates this shard with + the given zone. Chunks that are covered by the zone are assigned to shards + associated with the zone. - .. |command| replace:: ``addShardToZone`` + .. |command| replace:: ``addShardToZone`` Syntax ------ diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index bfc2bd6a457..b3fb33fc069 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -1889,9 +1889,9 @@ Key Management Configuration Options .. versionadded:: 3.4 Available in MongoDB Enterprise only. - The password used to bind to an LDAP server when using - :setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with - :setting:`~security.ldap.bind.queryUser`. + The password used to bind to an LDAP server when using + :setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with + :setting:`~security.ldap.bind.queryUser`. If unset, :binary:`~bin.mongod` or :binary:`~bin.mongos` will not attempt to bind to the LDAP server. diff --git a/source/reference/program/mongod.txt b/source/reference/program/mongod.txt index e27d9e40736..f98c37de821 100644 --- a/source/reference/program/mongod.txt +++ b/source/reference/program/mongod.txt @@ -811,9 +811,9 @@ LDAP Authentication or Authorization Options .. versionadded:: 3.4 Available in MongoDB Enterprise only. - The password used to bind to an LDAP server when using - :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with - :option:`--ldapQueryUser`. + The password used to bind to an LDAP server when using + :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with + :option:`--ldapQueryUser`. If unset, :program:`mongod` will not attempt to bind to the LDAP server. diff --git a/source/reference/program/mongoldap.txt b/source/reference/program/mongoldap.txt index 6fa1fe02d7b..1113d0e2d6b 100644 --- a/source/reference/program/mongoldap.txt +++ b/source/reference/program/mongoldap.txt @@ -221,9 +221,9 @@ Options .. versionadded:: 3.4 Available in MongoDB Enterprise only. - The password used to bind to an LDAP server when using - :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with - :option:`--ldapQueryUser`. + The password used to bind to an LDAP server when using + :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with + :option:`--ldapQueryUser`. If unset, :program:`mongoldap` will not attempt to bind to the LDAP server. diff --git a/source/reference/program/mongos.txt b/source/reference/program/mongos.txt index 84c89e5bee1..69747865e20 100644 --- a/source/reference/program/mongos.txt +++ b/source/reference/program/mongos.txt @@ -1086,9 +1086,9 @@ LDAP Authentication and Authorization Options .. versionadded:: 3.4 Available in MongoDB Enterprise only. - The password used to bind to an LDAP server when using - :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with - :option:`--ldapQueryUser`. + The password used to bind to an LDAP server when using + :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with + :option:`--ldapQueryUser`. If unset, :program:`mongos` will not attempt to bind to the LDAP server.