Details
Description
Our LDAP is used also for system accounts, so groups have objectClass posixGroup and users posixAccount. Users are added to groups via memberUid attribute, which contains only uid, not the whole dn string.
Such state in LDAP is incompatible with the Sonar LDAP plugin, because it can use only the whole dn string (uniqueMember) as user's id.
Target of this issue - more general access for obtaining user's groups so I can use the user's login or another filter.
Issue Links
- is related to
-
SONARPLUGINS-1962
Allow to customize query for users
-
Some more info ...
http://sonar.15.n6.nabble.com/How-to-get-groups-with-LDAP-plugin-1-1-1-tt4912711.html
https://github.com/dmatej/sonar-ldap-plugin