Skip to content

Commit

Permalink
Merge pull request #55 from fbelzunc/JENKINS-39676
Browse files Browse the repository at this point in the history
[FIXED JENKINS-39676] Cannot populate servers via groovy script
  • Loading branch information
fbelzunc committed Nov 17, 2016
2 parents 8675b69 + fdb51d7 commit 67186c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -210,7 +210,7 @@ public ActiveDirectorySecurityRealm(String domain, String site, String bindName,

public ActiveDirectorySecurityRealm(String domain, String site, String bindName,
String bindPassword, String server, GroupLookupStrategy groupLookupStrategy, boolean removeIrrelevantGroups, CacheConfiguration cache) {
this(domain, Lists.newArrayList(new ActiveDirectoryDomain(domain, null)), site, bindName, bindPassword, server, groupLookupStrategy, removeIrrelevantGroups, domain!=null, cache);
this(domain, Lists.newArrayList(new ActiveDirectoryDomain(domain, server)), site, bindName, bindPassword, server, groupLookupStrategy, removeIrrelevantGroups, domain!=null, cache);
}

@DataBoundConstructor
Expand Down

0 comments on commit 67186c8

Please sign in to comment.