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

Corrected grammar to increase readability.#13957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:4.4fromnewtovaux:patch-1
Jul 13, 2020
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletionssecurity/ldap.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -213,7 +213,7 @@ use the ``ldap`` user provider.
data. It's a static user defined by its username and password (for improved
security, define the password as an environment variable).

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

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

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

search_password
...............

**type**: ``string`` **default**: ``null``

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

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

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

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

Expand All@@ -329,7 +329,7 @@ dn_string

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

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

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp