Details
Description
For better flexibility and in consistency with SONARPLUGINS-1759 we should replace 'ldap.user.objectClass' and 'ldap.user.loginAttribute' by 'ldap.user.request'. Some examples of values for this new property :
Default: (&(objectClass=inetOrgPerson)(uid={login}))
For Active Directory: (&(objectClass=user)(sAMAccountName={login}))
Issue Links
- relates to
-
SONARPLUGINS-1759
Group mapping with uid in memberAttribute
-
Done in r5746.