8000 [SecurityBundle] fix security.authentication.provider.ldap_bind argum… · symfony/symfony@7ec6a09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ec6a09

Browse files
Ioni14nicolas-grekas
authored andcommitted
[SecurityBundle] fix security.authentication.provider.ldap_bind arguments
1 parent c956d62 commit 7ec6a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@
195195
<argument /> <!-- UserChecker -->
196196
<argument /> <!-- Provider-shared Key -->
197197
<argument /> <!-- LDAP -->
198-
<argument /> <!-- search dn -->
199-
<argument /> <!-- search password -->
200198
<argument /> <!-- Base DN -->
201199
<argument>%security.authentication.hide_user_not_found%</argument>
200+
<argument /> <!-- search dn -->
201+
<argument /> <!-- search password -->
202202
</service>
203203

204204
<service id="security.authentication.provider.simple" class="Symfony\Component\Security\Core\Authentication\Provider\SimpleAuthenticationProvider" abstract="true">

0 commit comments

Comments
 (0)
0