File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
.. versionchanged :: 3.4
2
2
3
- This method aliases to |method | in MongoDB 3.4. The functionality specified
4
- below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref: `Zone sharding
5
- <zone-sharding>` as the successor to tag-aware sharding.
3
+ This method aliases to |method | in MongoDB 3.4. The functionality specified
4
+ below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref: `Zone sharding
5
+ <zone-sharding>` as the successor to tag-aware sharding.
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ Definition
17
17
18
18
.. versionadded:: 3.4
19
19
20
- Associates a shard with a :term:`zone`. MongoDB associates this shard with
21
- the given zone. Chunks that are covered by the zone are assigned to shards
22
- associated with the zone.
20
+ Associates a shard with a :term:`zone`. MongoDB associates this shard with
21
+ the given zone. Chunks that are covered by the zone are assigned to shards
22
+ associated with the zone.
23
23
24
- .. |command| replace:: ``addShardToZone``
24
+ .. |command| replace:: ``addShardToZone``
25
25
26
26
Syntax
27
27
------
Original file line number Diff line number Diff line change @@ -1889,9 +1889,9 @@ Key Management Configuration Options
1889
1889
1890
1890
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
1891
1891
1892
- The password used to bind to an LDAP server when using
1893
- :setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with
1894
- :setting:`~security.ldap.bind.queryUser`.
1892
+ The password used to bind to an LDAP server when using
1893
+ :setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with
1894
+ :setting:`~security.ldap.bind.queryUser`.
1895
1895
1896
1896
If unset, :binary:`~bin.mongod` or :binary:`~bin.mongos` will not attempt to bind to the LDAP server.
1897
1897
Original file line number Diff line number Diff line change @@ -811,9 +811,9 @@ LDAP Authentication or Authorization Options
811
811
812
812
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
813
813
814
- The password used to bind to an LDAP server when using
815
- :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
816
- :option:`--ldapQueryUser`.
814
+ The password used to bind to an LDAP server when using
815
+ :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
816
+ :option:`--ldapQueryUser`.
817
817
818
818
If unset, :program:`mongod` will not attempt to bind to the LDAP server.
819
819
Original file line number Diff line number Diff line change @@ -221,9 +221,9 @@ Options
221
221
222
222
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
223
223
224
- The password used to bind to an LDAP server when using
225
- :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
226
- :option:`--ldapQueryUser`.
224
+ The password used to bind to an LDAP server when using
225
+ :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
226
+ :option:`--ldapQueryUser`.
227
227
228
228
If unset, :program:`mongoldap` will not attempt to bind to the LDAP server.
229
229
Original file line number Diff line number Diff line change @@ -1086,9 +1086,9 @@ LDAP Authentication and Authorization Options
1086
1086
1087
1087
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
1088
1088
1089
- The password used to bind to an LDAP server when using
1090
- :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
1091
- :option:`--ldapQueryUser`.
1089
+ The password used to bind to an LDAP server when using
1090
+ :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
1091
+ :option:`--ldapQueryUser`.
1092
1092
1093
1093
If unset, :program:`mongos` will not attempt to bind to the LDAP server.
1094
1094
You can’t perform that action at this time.
0 commit comments