Skip to content

Commit

Permalink
bug #18943 [Ldap][Security] The Ldap user provider abstract service n…
Browse files Browse the repository at this point in the history
…ow 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
  • Loading branch information
fabpot committed Jun 1, 2016
2 parents c7f1f78 + 58996ac commit d1b0301
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -127,6 +127,7 @@
<argument /> <!-- default_roles -->
<argument /> <!-- uid key -->
<argument /> <!-- filter -->
<argument /> <!-- password_attribute -->
</service>

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

0 comments on commit d1b0301

Please sign in to comment.