Skip to content

Commit 4273eab

Browse files
committed
Fixes
1 parent aa8d66a commit 4273eab

File tree

1 file changed

+31
-29
lines changed

1 file changed

+31
-29
lines changed

reference/configuration/security.rst

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Configuration
3535

3636
**Advanced Options**:
3737

38+
Some of these options define tens of sub-options and they are explained in
39+
separate articles:
40+
3841
* `access_control`_
3942
* `acl`_
4043
* `encoders`_
@@ -354,34 +357,33 @@ depend on the authentication mechanism, which can be any of these:
354357
.. code-block:: yaml
355358
356359
# app/config/security.yml
357-
358-
security:
359-
# ...
360-
firewalls:
361-
main:
362-
# ...
363-
x509:
364-
# ...
365-
remote_user:
366-
# ...
367-
simple_preauth:
368-
# ...
369-
guard:
370-
# ...
371-
form_login:
372-
# ...
373-
form_login_ldap:
374-
# ...
375-
json_login:
376-
# ...
377-
simple_form:
378-
# ...
379-
http_basic:
380-
# ...
381-
http_basic_ldap:
382-
# ...
383-
http_digest:
384-
# ...
360+
security:
361+
# ...
362+
firewalls:
363+
main:
364+
# ...
365+
x509:
366+
# ...
367+
remote_user:
368+
# ...
369+
simple_preauth:
370+
# ...
371+
guard:
372+
# ...
373+
form_login:
374+
# ...
375+
form_login_ldap:
376+
# ...
377+
json_login:
378+
# ...
379+
simple_form:
380+
# ...
381+
http_basic:
382+
# ...
383+
http_basic_ldap:
384+
# ...
385+
http_digest:
386+
# ...
385387
386388
.. _reference-security-firewall-form-login:
387389

@@ -774,4 +776,4 @@ role inheritance rules by creating a role hierarchy, as explained in
774776
.. _`Symfony ACL Bundle`: https://github.com/symfony/acl-bundle
775777
.. _`Argon2 key derivation function`: https://en.wikipedia.org/wiki/Argon2
776778
.. _`bcrypt password hashing function`: https://en.wikipedia.org/wiki/Bcrypt
777-
.. _`password salt`: https://en.wikipedia.org/wiki/Salt_(cryptography)
779+
.. _`cryptographic salt`: https://en.wikipedia.org/wiki/Salt_(cryptography)

0 commit comments

Comments
 (0)