We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f574d commit 258a93fCopy full SHA for 258a93f
src/Resources/config/services.xml
@@ -21,7 +21,7 @@
21
class="Brille24\SyliusLdapPlugin\User\SymfonyToSyliusUserProviderProxy"
22
>
23
<argument type="service">
24
- <service class="Symfony\Component\Security\Core\User\LdapUserProvider">
+ <service class="Symfony\Component\Ldap\Security\LdapUserProvider">
25
<argument type="service" id="Symfony\Component\Ldap\Ldap" />
26
<argument>%env(LDAP_USER_QUERY_DN)%</argument>
27
<argument>%env(LDAP_LOOKUP_DN)%</argument>
0 commit comments