8000 [Ldap] Add security LdapUser and provider (4.4) · symfony/symfony-docs@a4ea784 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4ea784

Browse files
hiddewiejaviereguiluz
authored andcommitted
[Ldap] Add security LdapUser and provider (4.4)
1 parent 752c1f2 commit a4ea784

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

security/ldap.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Symfony provides different means to work with an LDAP server.
99
The 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+
3743
Installation
3844
------------
3945

0 commit comments

Comments
 (0)
0