Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ktherage
Copy link
Contributor

@ktherage ktherage commented Jun 15, 2022

Q A
Branch? 5.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

This PR aims to fix a missing forward compatibility when authenticating with LDAP and using the following configuration :

security:
// ...
    firewalls:
    // ...
        main:
            form_login_ldap:
                // ...
                query_string: '(whatever={user_identifier})'

instead of :

security:
// ...
    firewalls:
    // ...
        main:
            form_login_ldap:
                // ...
                query_string: '(whatever={username})'

related to : #40403

@ktherage ktherage requested review from wouterj and chalasr as code owners June 15, 2022 12:42
@carsonbot carsonbot added this to the 6.2 milestone Jun 15, 2022
@carsonbot carsonbot changed the title [LDAP] Fixing missing 'user_identifier' forward compatibility in CheckLdapCredentialsListener [Ldap] Fixing missing 'user_identifier' forward compatibility in CheckLdapCredentialsListener Jun 15, 2022
@ktherage ktherage changed the base branch from 6.2 to 5.4 June 15, 2022 12:46
@ktherage ktherage closed this Jun 15, 2022
@ktherage ktherage force-pushed the ldap_forward_compat branch from 8bce212 to 9a65138 Compare June 15, 2022 12:51
@ktherage
Copy link
Contributor Author

Sorry I did messy things on that PR see #46683 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants