File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Symfony provides different means to work with an LDAP server.
99The Security component offers:
1010
1111* The ``ldap `` :doc: `user provider</security/user_provider> `, using the
12- :class: `Symfony\\ Component\\ Security \\ Core \\ User \\ LdapUserProvider `
12+ :class: `Symfony\\ Component\\ Ldap \\ Security \\ LdapUserProvider `
1313 class. Like all other user providers, it can be used with any
1414 authentication provider.
1515
@@ -34,6 +34,12 @@ This means that the following scenarios will work:
3434* Loading user information from an LDAP server, while using another
3535 authentication strategy (token-based pre-authentication, for example).
3636
37+ .. deprecated :: 4.4
38+
39+ The class ``Symfony\Component\Security\Core\User\LdapUserProvider ``
40+ has been deprecated in Symfony 4.4. Use the class
41+ ``Symfony\Component\Ldap\Security\LdapUserProvider `` instead.
42+
3743Installation
3844------------
3945
You can’t perform that action at this time.
0 commit comments