Skip to content

Commit

Permalink
[DOCS] Addresses feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 2, 2018
1 parent 93a0fdd commit ec0f8c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ operation, a user search mode and a mode with specific templates for user DNs.
+
--
LDAP user search is the most common mode of operation. In this mode, a specific
user with permission to search the LDAP directory is used to search for the
authenticating user DN based on its username and an LDAP attribute. Once found,
the user is authenticated by attempting to bind to the LDAP server using the
found DN and the provided password.
user with permission to search the LDAP directory is used to search for the DN
of the authenticating user based on the provided username and an LDAP attribute.
Once found, the user is authenticated by attempting to bind to the LDAP server
using the found DN and the provided password.

If your LDAP environment uses a few specific standard naming conditions for
users, you can use user DN templates to configure the realm. The advantage of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ xpack:
certificate_authorities: [ "CONFIG_DIR/x-pack/cacert.pem" ]
--------------------------------------------------

The CA cert must be a PEM encoded certificate.
The CA certificate must be a PEM encoded.

NOTE: You can also specify the individual server certificates rather than the CA
certificate, but this is only recommended if you have a single LDAP server or
Expand Down

0 comments on commit ec0f8c1

Please sign in to comment.