Skip to content

Commit 708c8e3

Browse files
committed
Added the missing Installation seciton in LDAP article
1 parent 111e996 commit 708c8e3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

security/ldap.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ 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+
Installation
38+
------------
39+
40+
In applications using :doc:`Symfony Flex </setup/flex>`, run this command to
41+
install the Ldap component before using it:
42+
43+
.. code-block:: terminal
44+
45+
$ composer require ldap
46+
3747
Ldap Configuration Reference
3848
----------------------------
3949

0 commit comments

Comments
 (0)