Closed
Description
Please provide customization of variable 'searchControls' inside ActiveDirectoryLdapAuthenticationProvider.searchForUser using protected method or some another method. Also if method parameter 'username' ends with '@Domain', then 'bindPrincipal' and 'username' are identical, but I need to pass short username inside searchFilter, please also make ability to customize parameters for 'searchFilter', for example:
protected Object[] customizeSearchFilterParams(DirContext context, String username, String bindPrincipal) throws NamingException {
return new Object[] { bindPrincipal, username }
}