-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: All
I've set up the LDAP security realm, such that anyone in my company's LDAP can log on to Hudson. It
works quite well, but now I'd like to set up the "matrix security" such that one person is the
administrator, and only people in a specific group, say "tech", can create/configure jobs.
My LDAP really points to my company's Active Directory. Unfortunately, the search base for users is the
same as the search-base for groups. What I'd like to see here is a "Group Search Filter". In this entry
field, I'd put something like this:
(&(cn=
)(objectClass=group))
So, then in the matrix, I'd type in a name called "tech", and Hudson would find it, by using that filter.
Then, when someone attempted to log into the system, it could tell if that user was a member of "tech"
and give them special privileges.
If there is a way to do this now, please let me know. I'm not an LDAP or AD expert here.
-Dan.
- duplicates
-
JENKINS-3459 LDAP Groupname Validation Inconsistent (ROLE_ prefix)
- Closed