diff --git a/security/ldap.rst b/security/ldap.rst index 185cb799268..d4e82895783 100644 --- a/security/ldap.rst +++ b/security/ldap.rst @@ -34,6 +34,16 @@ 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). +Installation +------------ + +In applications using :doc:`Symfony Flex `, run this command to +install the Ldap component before using it: + +.. code-block:: terminal + + $ composer require ldap + Ldap Configuration Reference ----------------------------