Skip to content

Deprecate SpringSecurityLdapTemplate #17028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
5 tasks
jzheaux opened this issue May 1, 2025 · 0 comments
Open
5 tasks

Deprecate SpringSecurityLdapTemplate #17028

jzheaux opened this issue May 1, 2025 · 0 comments
Labels
in: ldap An issue in spring-security-ldap type: enhancement A general enhancement
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented May 1, 2025

SpringSecurityLdapTemplate exposes many operations that are available in modern-day Spring LDAP by way of LdapClient and LdapQueryBuilder. We should try and replace usage of SpringSecurityLdapTemplate with Spring LDAP's default LdapClient implementation to simplify maintenance and configuration.

  • Change PasswordComparisonAuthenticator to use LdapClient
  • Change FilterBasedLdapUserSearch to use LdapClient
  • Change ActiveDirectoryLdapAuthenticationProvider to use LdapClient
  • Add an LdapAuthoritiesPopulator implementation that uses LdapClient
  • Deprecate SpringSecurityLdapTemplate
@jzheaux jzheaux added status: waiting-for-triage An issue we've not yet triaged type: enhancement A general enhancement labels May 1, 2025
@jzheaux jzheaux added this to the 7.0.x milestone May 1, 2025
@jzheaux jzheaux added in: ldap An issue in spring-security-ldap and removed status: waiting-for-triage An issue we've not yet triaged labels May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: ldap An issue in spring-security-ldap type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant