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