Skip to content

Commit

Permalink
[SecurityBundle] fix security.authentication.provider.ldap_bind argum…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
Ioni14 authored and nicolas-grekas committed Jan 27, 2020
1 parent 99ac9cd commit 7829cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/security_listeners.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@
<argument /> <!-- UserChecker -->
<argument /> <!-- Provider-shared Key -->
<argument /> <!-- LDAP -->
<argument /> <!-- search dn -->
<argument /> <!-- search password -->
<argument /> <!-- Base DN -->
<argument>%security.authentication.hide_user_not_found%</argument>
<argument /> <!-- search dn -->
<argument /> <!-- search password -->
</service>

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

0 comments on commit 7829cc3

Please sign in to comment.