@@ -207,7 +207,7 @@ use the ``ldap`` user provider.
207207 data. It's a static user defined by its username and password (for improved
208208 security, define the password as an environment variable).
209209
210- If your LDAP server allows to retrieve information anonymously, you can
210+ If your LDAP server allows retrieval of information anonymously, you can
211211 set the ``search_dn `` and ``search_password `` options to ``null ``.
212212
213213The ``ldap `` user provider supports many different configuration options:
@@ -234,15 +234,15 @@ search_dn
234234**type **: ``string `` **default **: ``null ``
235235
236236This 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.
238238
239239search_password
240240...............
241241
242242**type **: ``string `` **default **: ``null ``
243243
244244This 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.
246246
247247default_roles
248248.............
@@ -292,7 +292,7 @@ load the user ``fabpot``, the final string will be: ``(uid=fabpot)``.
292292If you pass ``null `` as the value of this option, the default filter is used
293293``({uid_key}={username}) ``.
294294
295- In order to prevent `LDAP injection `_, the username will be escaped.
295+ To prevent `LDAP injection `_, the username will be escaped.
296296
297297The syntax for the ``filter `` key is defined by `RFC4515 `_.
298298
@@ -319,7 +319,7 @@ dn_string
319319
320320**type **: ``string `` **default **: ``{username} ``
321321
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
323323DN of the user, from the username. The ``{username} `` string is
324324replaced by the actual username of the person trying to authenticate.
325325
0 commit comments