8000 bug #18943 [Ldap][Security] The Ldap user provider abstract service n… · symfony/symfony@d1b0301 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1b0301

Browse files
committed
bug #18943 [Ldap][Security] The Ldap user provider abstract service now has the correct number of arguments (csarrazi)
This PR was merged into the 3.1 branch. Discussion ---------- [Ldap][Security] The Ldap user provider abstract service now has the correct number of arguments | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18933 | License | MIT | Doc PR | none Commits ------- 58996ac Fixed issue with missing argument in the abstract service definition for the ldap user provider
2 parents c7f1f78 + 58996ac commit d1b0301

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