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
bug #53529 [Ldap] Use {user_identifier} over deprecated {username} in factories (tcitworld)
This PR was merged into the 7.0 branch.
Discussion
----------
[Ldap] Use `{user_identifier}` over deprecated `{username}` in factories
| Q | A
| ------------- | ---
| Branch? | 7.0
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
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
Commits
-------
30baf8228e fix(ldap): replace {username} with {user_identifier} in LDAP factories
0 commit comments