-
Patch
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: All
Please kindly update /WEB-INF/security/LDAPBindSecurityRealm.groovy to have the
following class:
authoritiesPopulator(DeferredCreationLdapAuthoritiesPopulator,initialDirContextFactory,"ou=groups")
{
// groupRoleAttribute = "ou";
groupSearchFilter = "(|(member=
))"
}
Instead of the original:
authoritiesPopulator(DeferredCreationLdapAuthoritiesPopulator,initialDirContextFactory,"ou=groups")
{
// groupRoleAttribute = "ou";
}
Thanks,
- duplicates
-
JENKINS-2256 Hudson Does not Check uniqueMember within LDAP Groups
-
- Closed
-
[JENKINS-2314] Supporting uniqueMember in LDAP
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue duplicates |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 132387 ] | New: JNJira + In-Review [ 201372 ] |
Component/s | New: _unsorted [ 19622 ] | |
Component/s | Original: security [ 15508 ] |
fixed as issue 2256