@@ -213,7 +213,7 @@ use the ``ldap`` user provider.
213
213
data. It's a static user defined by its username and password (for improved
214
214
security, define the password as an environment variable).
215
215
216
- If your LDAP server allows to retrieve information anonymously, you can
216
+ If your LDAP server allows retrieval of information anonymously, you can
217
217
set the ``search_dn `` and ``search_password `` options to ``null ``.
218
218
219
219
The ``ldap `` user provider supports many different configuration options:
@@ -240,15 +240,15 @@ search_dn
240
240
**type **: ``string `` **default **: ``null ``
241
241
242
242
This is your read-only user's DN, which will be used to authenticate
243
- against the LDAP server in order to fetch the user's information.
243
+ against the LDAP server to fetch the user's information.
244
244
245
245
search_password
246
246
...............
247
247
248
248
**type **: ``string `` **default **: ``null ``
249
249
250
250
This is your read-only user's password, which will be used to authenticate
251
- against the LDAP server in order to fetch the user's information.
251
+ against the LDAP server to fetch the user's information.
252
252
253
253
default_roles
254
254
.............
@@ -302,7 +302,7 @@ load the user ``fabpot``, the final string will be: ``(uid=fabpot)``.
302
302
If you pass ``null `` as the value of this option, the default filter is used
303
303
``({uid_key}={username}) ``.
304
304
305
- In order to prevent `LDAP injection `_, the username will be escaped.
305
+ To prevent `LDAP injection `_, the username will be escaped.
306
306
307
307
The syntax for the ``filter `` key is defined by `RFC4515 `_.
308
308
@@ -329,7 +329,7 @@ dn_string
329
329
330
330
**type **: ``string `` **default **: ``{username} ``
331
331
332
- This key defines the form of the string used in order to compose the
332
+ This key defines the form of the string used to compose the
333
333
DN of the user, from the username. The ``{username} `` string is
334
334
replaced by the actual username of the person trying to authenticate.
335
335
0 commit comments