From 708c8e377cf2444a71590611dfb4ea8a9e22ed77 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 25 Apr 2018 14:45:56 +0200 Subject: [PATCH] Added the missing Installation seciton in LDAP article --- security/ldap.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ----------------------------