Skip to content

Commit 13d5193

Browse files
ravindk89kay-kim
authored andcommitted
DOCS-9927: Typos in LDAP tutorial
Signed-off-by: kay <[email protected]>
1 parent f789633 commit 13d5193

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/includes/steps-configure-ldap-sasl-activedirectory-authentication.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pre: |
167167
Given the configured :setting:`~security.ldap.authz.queryTemplate`,
168168
users must authenticate with their full LDAP DN. If users instead
169169
authenticate using their ``userPrincipalName``, then a transformation
170-
must be applied to conver the provided username to a full LDAP DN.
170+
must be applied to convert the provided username to a full LDAP DN.
171171
172172
The following :setting:`~security.ldap.userToDNMapping` configuration
173173
uses the ``match`` regular expression filter to capture the provided
@@ -293,7 +293,7 @@ pre: |
293293
294294
.. code-block:: shell
295295
296-
mongo --username [email protected] --password secret123 --authenticationMechanisms='PLAIN' --authenticationDatabase '$external' --host <hostname> --port <port>
296+
mongo --username [email protected] --password secret123 --authenticationMechanisms PLAIN --authenticationDatabase $external --host <hostname> --port <port>
297297
298298
:abbr:`Windows (Microsoft Windows)` MongoDB deployments must use
299299
:program:`mongo.exe` instead of :program:`mongo`.

source/tutorial/authenticate-nativeldap-activedirectory.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ This procedure produces the following configuration file:
168168
userToDNMapping:
169169
'[
170170
{
171-
match: "(.+)"
171+
match: "(.+)",
172172
ldapQuery: "DC=example,DC=com??sub?(userPrincipalName={0})"
173173
}
174174
]'

0 commit comments

Comments
 (0)