@@ -209,7 +209,7 @@ use the ``ldap`` user provider.
209
209
data. It's a static user defined by its username and password (for improved
210
210
security, define the password as an environment variable).
211
211
212
- If your LDAP server allows to retrieve information anonymously, you can
212
+ If your LDAP server allows retrieval of information anonymously, you can
213
213
set the ``search_dn `` and ``search_password `` options to ``null ``.
214
214
215
215
The ``ldap `` user provider supports many different configuration options:
@@ -236,15 +236,15 @@ search_dn
236
236
**type **: ``string `` **default **: ``null ``
237
237
238
238
This is your read-only user's DN, which will be used to authenticate
239
- against the LDAP server in order to fetch the user's information.
239
+ against the LDAP server to fetch the user's information.
240
240
241
241
search_password
242
242
...............
243
243
244
244
**type **: ``string `` **default **: ``null ``
245
245
246
246
This is your read-only user's password, which will be used to authenticate
247
- against the LDAP server in order to fetch the user's information.
247
+ against the LDAP server to fetch the user's information.
248
248
249
249
default_roles
250
250
.............
@@ -294,7 +294,7 @@ load the user ``fabpot``, the final string will be: ``(uid=fabpot)``.
294
294
If you pass ``null `` as the value of this option, the default filter is used
295
295
``({uid_key}={username}) ``.
296
296
297
- In order to prevent `LDAP injection `_, the username will be escaped.
297
+ To prevent `LDAP injection `_, the username will be escaped.
298
298
299
299
The syntax for the ``filter `` key is defined by `RFC4515 `_.
300
300
@@ -321,7 +321,7 @@ dn_string
321
321
322
322
**type **: ``string `` **default **: ``{username} ``
323
323
324
- This key defines the form of the string used in order to compose the
324
+ This key defines the form of the string used to compose the
325
325
DN of the user, from the username. The ``{username} `` string is
326
326
replaced by the actual username of the person trying to authenticate.
327
327
0 commit comments