diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 3f28360dcc9..11212880e7b 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -182,7 +182,7 @@ LDAP functionality ------------------ There are several options for connecting against an LDAP server, -using the ``form_login_ldap`` and ``http_basic_ldap`` authentication +using the ``form_login_ldap``, ``http_basic_ldap`` and ``json_login_ldap`` authentication providers or the ``ldap`` user provider. For even more details, see :doc:`/security/ldap`. @@ -191,8 +191,8 @@ Authentication ~~~~~~~~~~~~~~ You can authenticate to an LDAP server using the LDAP variants of the -``form_login`` and ``http_basic`` authentication providers. Simply use -``form_login_ldap`` and ``http_basic_ldap``, which will attempt to +``form_login``, ``http_basic`` and ``json_login`` authentication providers. Simply use +``form_login_ldap``, ``http_basic_ldap`` and ``json_login_ldap``, which will attempt to ``bind`` against a LDAP server instead of using password comparison. Both authentication providers have the same arguments as their normal @@ -231,8 +231,8 @@ User provider Users will still be fetched from the configured user provider. If you wish to fetch your users from a LDAP server, you will need to use the -``ldap`` user provider, in addition to one of the two authentication -providers (``form_login_ldap`` or ``http_basic_ldap``). +``ldap`` user provider, in addition to one of the three authentication +providers (``form_login_ldap`` or ``http_basic_ldap`` or ``json-login-ldap``). .. configuration-block::