8000 Fixed issue with missing argument in the abstract service definition … · symfony/symfony@58996ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 58996ac

Browse files
committed
Fixed issue with missing argument in the abstract service definition for the ldap user provider
1 parent c7f1f78 commit 58996ac

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/SecurityBundle/Resources/config

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
<argument /> <!-- default_roles -->
128128
<argument /> <!-- uid key -->
129129
<argument /> <!-- filter -->
130+
<argument /> <!-- password_attribute -->
130131
</service>
131132

132133
<service id="security.user.provider.chain" class="Symfony\Component\Security\Core\User\ChainUserProvider" abstract="true" public="false" />

0 commit comments

Comments
 (0)
0