-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
I'm having troubles configuring jenkins with ldap groupmembership filter, is like it isn't filter.
I can see that the groups is filter correctly:
Group search filter: (objectClass=mycompPermissions)(tValue=
{0}) -> this filter works , I can see the groups in the section "assign roles"but when a user is logged in, jenkins is not able to detect what group it belong, this is my filter:
(objectClass=mycompPermissions)(equivalentToMe=cn={0}
,ou=people,ou=users,o=Company)
if I replace cn=
{0}, with a specific user , it doesn't work neither. I tested the filter with ApacheDirectoryStudio and it worked there. if I go to jenkinsurl/whoAmI/
I can see:
Name: user1 IsAuthenticated?: true Authorities:
"authenticated"
So:
I'm able to login with jenkins with my ldapuser
Jenkins Is able to list the ldap groups
the problem is:
Jenkins is not able to detect what group belong each user