Skip to content

Commit

Permalink
[FIXED JENKINS-39676] Cannot populate servers via groovy script
Browse files Browse the repository at this point in the history
  • Loading branch information
fbelzunc committed Nov 14, 2016
1 parent 8675b69 commit fdb51d7
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 fdb51d7

Please sign in to comment.