Skip to content

Commit 5f82197

Browse files
committed
minor #15567 [Security] Update ldap.rst (mickadoo)
This PR was merged into the 5.3 branch. Discussion ---------- [Security] Update ldap.rst ## Overview Without the tags I was getting this error: > Cannot check credentials using the "Symfony\Component\Ldap\Ldap" ldap service, as such service is not found. Did you maybe forget to add the "ldap" service tag to this service? Commits ------- a5df2c4 Update ldap.rst
2 parents 4405199 + a5df2c4 commit 5f82197

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)