You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ldap): replace {username} with {user_identifier} in LDAP factories
In SF 7.0, the deprecated {username} placeholder was removed in favor of {user_identifier} (in #50866).
However, the default values for the filter and dn_string parameters still contained {username} instead of the updated key.
This PR changes the value to the new updated key
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
0 commit comments