Skip to content

Commit

Permalink
adding groovy file for matching to class constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
zoraceslap committed Nov 17, 2015
1 parent 792beeb commit 7ff7716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import hudson.model.Hudson
// global so that this bean can be retrieved as UserDetailsService
if (realm.domain == null && realm.descriptor.canDoNativeAuth())
// Windows path requires com4j, which is currently only supported on Win32
activeDirectory(ActiveDirectoryAuthenticationProvider)
activeDirectory(ActiveDirectoryAuthenticationProvider,realm)
else
activeDirectory(ActiveDirectoryUnixAuthenticationProvider,realm) {}

Expand Down

0 comments on commit 7ff7716

Please sign in to comment.