File tree 1 file changed +7
-1
lines changed
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.
9
9
The Security component offers:
10
10
11
11
* 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 `
13
13
class. Like all other user providers, it can be used with any
14
14
authentication provider.
15
15
@@ -34,6 +34,12 @@ This means that the following scenarios will work:
34
34
* Loading user information from an LDAP server, while using another
35
35
authentication strategy (token-based pre-authentication, for example).
36
36
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
+
37
43
Installation
38
44
------------
39
45
You can’t perform that action at this time.
0 commit comments