File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -176,13 +176,12 @@ use the ``ldap`` user provider.
176
176
177
177
.. caution ::
178
178
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).
183
182
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 ``.
186
185
187
186
The ``ldap `` user provider supports many different configuration options:
188
187
You can’t perform that action at this time.
0 commit comments