Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
* 4.4:
  [Ldap] Add security LdapUser and provider (4.4)
  • Loading branch information
javiereguiluz committed Oct 5, 2019
2 parents cf38ee9 + f2a255e commit 0a00922
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion security/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Symfony provides different means to work with an LDAP server.
The Security component offers:

* The ``ldap`` :doc:`user provider</security/user_provider>`, using the
:class:`Symfony\\Component\\Security\\Core\\User\\LdapUserProvider`
:class:`Symfony\\Component\\Ldap\\Security\\LdapUserProvider`
class. Like all other user providers, it can be used with any
authentication provider.

Expand All @@ -34,6 +34,12 @@ This means that the following scenarios will work:
* Loading user information from an LDAP server, while using another
authentication strategy (token-based pre-authentication, for example).

.. deprecated:: 4.4

The class ``Symfony\Component\Security\Core\User\LdapUserProvider``
has been deprecated in Symfony 4.4. Use the class
``Symfony\Component\Ldap\Security\LdapUserProvider`` instead.

Installation
------------

Expand Down

0 comments on commit 0a00922

Please sign in to comment.