Skip to content

DOCSP-16017 fix nextgen version directive indentation errors #5323

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
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
10 changes: 5 additions & 5 deletions source/includes/extracts-4.4-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ content: |

.. versionchanged:: 4.4

:binary:`~bin.mongod` / :binary:`~bin.mongos` logs a warning on
connection if the presented x.509 certificate expires within ``30``
days of the ``mongod/mongos`` host system time. See
:ref:`4.4-rel-notes-certificate-expiration-warning` for more
information.
:binary:`~bin.mongod` / :binary:`~bin.mongos` logs a warning on
connection if the presented x.509 certificate expires within ``30``
days of the ``mongod/mongos`` host system time. See
:ref:`4.4-rel-notes-certificate-expiration-warning` for more
information.
---
ref: 4.4-changes-passwordPrompt
content: |
Expand Down
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 @@ -2926,9 +2926,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
4 changes: 2 additions & 2 deletions source/reference/method/db.createUser.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ Definition

.. versionchanged:: 4.0

The default value is ``"server"``. In earlier versions, the
default value is ``"client"``.
The default value is ``"server"``. In earlier versions, the
default value is ``"client"``.



Expand Down
4 changes: 2 additions & 2 deletions source/reference/method/db.updateUser.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ Definition

.. versionchanged:: 4.0

The default value is ``"server"``. In earlier versions, the
default value is ``"client"``.
The default value is ``"server"``. In earlier versions, the
default value is ``"client"``.



Expand Down
2 changes: 1 addition & 1 deletion source/reference/program/mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Options

.. versionchanged:: 4.2

- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst

Core Options
~~~~~~~~~~~~
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 @@ -961,9 +961,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 @@ -245,9 +245,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 @@ -1737,9 +1737,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