We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111e996 commit 708c8e3Copy full SHA for 708c8e3
security/ldap.rst
@@ -34,6 +34,16 @@ This means that the following scenarios will work:
34
* Loading user information from an LDAP server, while using another
35
authentication strategy (token-based pre-authentication, for example).
36
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
47
Ldap Configuration Reference
48
----------------------------
49
0 commit comments