Skip to content

Commit 793bed1

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: Corrected grammar to increased readability.
2 parents 95beec1 + 326281d commit 793bed1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

security/ldap.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

215215
The ``ldap`` user provider supports many different configuration options:
@@ -236,15 +236,15 @@ search_dn
236236
**type**: ``string`` **default**: ``null``
237237

238238
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.
240240

241241
search_password
242242
...............
243243

244244
**type**: ``string`` **default**: ``null``
245245

246246
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.
248248

249249
default_roles
250250
.............
@@ -294,7 +294,7 @@ load the user ``fabpot``, the final string will be: ``(uid=fabpot)``.
294294
If 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

299299
The 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
325325
DN of the user, from the username. The ``{username}`` string is
326326
replaced by the actual username of the person trying to authenticate.
327327

0 commit comments

Comments
 (0)