Open
Description
In order to support particular SAML deployment which does not send DN of the authenticated user, better control is needed over LDAP filter in LdapUserPlugin
.
Currently the filter is constructed using objectclass
configuration variable and User.username
. Possibly, allow to specify the filter like in LdapFilterPlugin
however based on User
attributes expansion.