Merge branch '6.4.x'

This commit is contained in:
Josh Cummings 2025-02-24 12:50:11 -07:00
commit 55b83a0346
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ class MyAuthoritiesPopulator : LdapAuthoritiesPopulator {
You would then add a bean of this type to your application context and inject it into the `LdapAuthenticationProvider`. This is covered in the section on configuring LDAP by using explicit Spring beans in the LDAP chapter of the reference manual.
Note that you cannot use the namespace for configuration in this case.
You should also consult the security-api-url[Javadoc] for the relevant classes and interfaces.
You should also consult the {security-api-url}[Javadoc] for the relevant classes and interfaces.
[[appendix-faq-namespace-post-processor]]