Skip to content

Commit 258a93f

Browse files
authored
Using the more modern version of the LDAP Provider
1 parent 40f574d commit 258a93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class="Brille24\SyliusLdapPlugin\User\SymfonyToSyliusUserProviderProxy"
2222
>
2323
<argument type="service">
24-
<service class="Symfony\Component\Security\Core\User\LdapUserProvider">
24+
<service class="Symfony\Component\Ldap\Security\LdapUserProvider">
2525
<argument type="service" id="Symfony\Component\Ldap\Ldap" />
2626
<argument>%env(LDAP_USER_QUERY_DN)%</argument>
2727
<argument>%env(LDAP_LOOKUP_DN)%</argument>

0 commit comments

Comments
 (0)