Skip to content

DOCSP-16017 fix nextgen version directive indentation errors #5327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/includes/fact-zone-sharding-alias.rst
Original file line number Diff line number Diff line change
@@ -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
<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
<zone-sharding>` as the successor to tag-aware sharding.
8 changes: 4 additions & 4 deletions source/reference/command/addShardToZone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down
6 changes: 3 additions & 3 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions source/reference/program/mongoldap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions source/reference/program/mongos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down