Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89382cf

Browse files
committed
minor#13957 Corrected grammar to increase readability. (newtovaux)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead.Discussion----------Corrected grammar to increase readability.<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `master` for features of unreleased versions).-->Commits-------d8eff61 Corrected grammar to increased readability.
2 parents804e019 +d8eff61 commit89382cf

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
@@ -213,7 +213,7 @@ use the ``ldap`` user provider.
213213
data. It's a static user defined by its username and password (for improved
214214
security, define the password as an environment variable).
215215

216-
If your LDAP server allowsto retrieve information anonymously, you can
216+
If your LDAP server allowsretrieval of information anonymously, you can
217217
set the ``search_dn`` and ``search_password`` options to ``null``.
218218

219219
The ``ldap`` user provider supports many different configuration options:
@@ -240,15 +240,15 @@ search_dn
240240
**type**: ``string`` **default**: ``null``
241241

242242
This is your read-only user's DN, which will be used to authenticate
243-
against the LDAP serverin orderto fetch the user's information.
243+
against the LDAP server to fetch the user's information.
244244

245245
search_password
246246
...............
247247

248248
**type**: ``string`` **default**: ``null``
249249

250250
This is your read-only user's password, which will be used to authenticate
251-
against the LDAP serverin orderto fetch the user's information.
251+
against the LDAP server to fetch the user's information.
252252

253253
default_roles
254254
.............
@@ -302,7 +302,7 @@ load the user ``fabpot``, the final string will be: ``(uid=fabpot)``.
302302
If you pass ``null`` as the value of this option, the default filter is used
303303
``({uid_key}={username})``.
304304

305-
In order to prevent `LDAP injection`_, the username will be escaped.
305+
To prevent `LDAP injection`_, the username will be escaped.
306306

307307
The syntax for the ``filter`` key is defined by `RFC4515`_.
308308

@@ -329,7 +329,7 @@ dn_string
329329

330330
**type**: ``string`` **default**: ``{username}``
331331

332-
This key defines the form of the string usedin orderto compose the
332+
This key defines the form of the string used to compose the
333333
DN of the user, from the username. The ``{username}`` string is
334334
replaced by the actual username of the person trying to authenticate.
335335

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp