@@ -209,7 +209,7 @@ use the ``ldap`` user provider.
209209 data. It's a static user defined by its username and password (for improved
210210 security, define the password as an environment variable).
211211
212- If your LDAP server allows to retrieve information anonymously, you can
212+ If your LDAP server allows retrieval of information anonymously, you can
213213 set the ``search_dn `` and ``search_password `` options to ``null ``.
214214
215215The ``ldap `` user provider supports many different configuration options:
@@ -236,15 +236,15 @@ search_dn
236236**type **: ``string `` **default **: ``null ``
237237
238238This 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.
240240
241241search_password
242242...............
243243
244244**type **: ``string `` **default **: ``null ``
245245
246246This 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.
248248
249249default_roles
250250.............
@@ -294,7 +294,7 @@ load the user ``fabpot``, the final string will be: ``(uid=fabpot)``.
294294If you pass ``null `` as the value of this option, the default filter is used
295295``({uid_key}={username}) ``.
296296
297- In order to prevent `LDAP injection `_, the username will be escaped.
297+ To prevent `LDAP injection `_, the username will be escaped.
298298
299299The syntax for the ``filter `` key is defined by `RFC4515 `_.
300300
@@ -321,7 +321,7 @@ dn_string
321321
322322**type **: ``string `` **default **: ``{username} ``
323323
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
325325DN of the user, from the username. The ``{username} `` string is
326326replaced by the actual username of the person trying to authenticate.
327327
0 commit comments