Skip to content

Commit 57d45cb

Browse files
committed
minor symfony#9683 Added the missing Installation section in LDAP article (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Added the missing Installation section in LDAP article This morning a user on Slack suggested to add this because he didn't execute this command and he got an exception instead of the expected result. Commits ------- 708c8e3 Added the missing Installation seciton in LDAP article
2 parents 1bfa4cf + 708c8e3 commit 57d45cb

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)