@@ -182,7 +182,7 @@ LDAP functionality
182
182
------------------
183
183
184
184
There are several options for connecting against an LDAP server,
185
- using the ``form_login_ldap `` and ``http_basic_ldap `` authentication
185
+ using the ``form_login_ldap ``, `` http_basic_ldap `` and ``json_login_ldap `` authentication
186
186
providers or the ``ldap `` user provider.
187
187
188
188
For even more details, see :doc: `/security/ldap `.
@@ -191,8 +191,8 @@ Authentication
191
191
~~~~~~~~~~~~~~
192
192
193
193
You can authenticate to an LDAP server using the LDAP variants of the
194
- ``form_login `` and ``http_basic `` authentication providers. Simply use
195
- ``form_login_ldap `` and ``http_basic_ldap ``, which will attempt to
194
+ ``form_login ``, `` http_basic `` and ``json_login `` authentication providers. Simply use
195
+ ``form_login_ldap ``, `` http_basic_ldap `` and ``json_login_ldap ``, which will attempt to
196
196
``bind `` against a LDAP server instead of using password comparison.
197
197
198
198
Both authentication providers have the same arguments as their normal
@@ -231,8 +231,8 @@ User provider
231
231
232
232
Users will still be fetched from the configured user provider. If you
233
233
wish to fetch your users from a LDAP server, you will need to use the
234
- ``ldap `` user provider, in addition to one of the two authentication
235
- providers (``form_login_ldap `` or ``http_basic_ldap ``).
234
+ ``ldap `` user provider, in addition to one of the three authentication
235
+ providers (``form_login_ldap `` or ``http_basic_ldap `` or `` json-login-ldap `` ).
236
236
237
237
.. configuration-block ::
238
238
0 commit comments