File tree Expand file tree Collapse file tree 4 files changed +377
-229
lines changed Expand file tree Collapse file tree 4 files changed +377
-229
lines changed Original file line number Diff line number Diff line change 408
408
/profiler/matchers /profiler
409
409
/profiler/profiling_data /profiler
410
410
/profiler/wdt_follow_ajax /profiler
411
+ /security/entity_provider /security/user_provider
Original file line number Diff line number Diff line change @@ -234,29 +234,10 @@ statically using the ``dn_string`` config option.
234
234
User provider
235
235
~~~~~~~~~~~~~
236
236
237
- Users will still be fetched from the configured user provider. If you
238
- wish to fetch your users from a LDAP server, you will need to use the
239
- ``ldap `` user provider, in addition to one of the three authentication
240
- providers (``form_login_ldap `` or ``http_basic_ldap `` or ``json-login-ldap ``).
241
-
242
- .. configuration-block ::
243
-
244
- .. code-block :: yaml
245
-
246
- # config/packages/security.yaml
247
- security :
248
- # ...
249
-
250
- providers :
251
- my_ldap_users :
252
- ldap :
253
- service : ldap
254
- base_dn : ' dc=symfony,dc=com'
255
- search_dn : ' %ldap.search_dn%'
256
- search_password : ' %ldap.search_password%'
257
- default_roles : ' '
258
- uid_key : ' uid'
259
- filter : ' (&({uid_key}={username})(objectclass=person)(ou=Users))'
237
+ Users will still be fetched from the configured user provider. If you wish to
238
+ fetch your users from a LDAP server, you will need to use the
239
+ :doc: `LDAP User Provider </security/ldap >` and any of these authentication
240
+ providers: ``form_login_ldap `` or ``http_basic_ldap `` or ``json_login_ldap ``.
260
241
261
242
Using the PBKDF2 Encoder: Security and Speed
262
243
--------------------------------------------
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments