Skip to content

Commit b7a2009

Browse files
Minor reword
1 parent f08eab2 commit b7a2009

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

security/ldap.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,12 @@ use the ``ldap`` user provider.
176176

177177
.. caution::
178178

179-
It's important to note that the user you configure for the user provider
180-
is only going to be retrieving data. It is a statically defined user and
181-
password. If you wish to keep your password out of version control, you
182-
may want to configure the password as a parameter.
179+
The user configured above in the the user provider is only used to retrieve
180+
data. It's a static user defined by its username and password (for improved
181+
security, define the password as an environment variable).
183182

184-
If your ldap server allows you to retrieve information anonymously, you
185-
can leave the ``search_dn`` and ``search_password`` as ``null``.
183+
If your LDAP server allows to retrieve information anonymously, you can
184+
set the ``search_dn`` and ``search_password`` options to ``null``.
186185

187186
The ``ldap`` user provider supports many different configuration options:
188187

0 commit comments

Comments
 (0)