Skip to content

Commit a5df2c4

Browse files
authored
Update ldap.rst
Without the tags I was getting an error about the ldap service not being found and "Did you maybe forget to add the "ldap" service tag to this service?"
1 parent 9f53f51 commit a5df2c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

security/ldap.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ An LDAP client can be configured using the built-in
7070
services:
7171
Symfony\Component\Ldap\Ldap:
7272
arguments: ['@Symfony\Component\Ldap\Adapter\ExtLdap\Adapter']
73+
tags:
74+
- ldap
7375
Symfony\Component\Ldap\Adapter\ExtLdap\Adapter:
7476
arguments:
7577
- host: my-server

0 commit comments

Comments
 (0)