mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2025-09-07 05:14:24 +02:00
ou=groups is not a mandatory convention, and indeed at Zilics Information Systems that I went for a trouble-shooting, it was using another name.
So just search from a broader base by default. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12184 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: e19e2cedf7840d9d71190b054ff165d6d4b6adc7
This commit is contained in:
parent
cbfc0eaf0a
commit
8140bcdc19
|
@ -35,7 +35,7 @@ bindAuthenticator(BindAuthenticator2,initialDirContextFactory) {
|
|||
userSearch = ldapUserSearch;
|
||||
}
|
||||
|
||||
authoritiesPopulator(DeferredCreationLdapAuthoritiesPopulator,initialDirContextFactory,"ou=groups") {
|
||||
authoritiesPopulator(DeferredCreationLdapAuthoritiesPopulator,initialDirContextFactory,"") {
|
||||
// groupRoleAttribute = "ou";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue