|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Found the hint at: https://issues.jenkins-ci.org/browse/JENKINS-22830
You must insert this new parameter by hand, because it's new in the latest plugin and the plugin can't start without it ...
1. install the latest AD Plugin (1.39)
2. stop your jenkins
3. add in config.xml ...
<securityRealm class="hudson.plugins.active_directory.ActiveDirectorySecurityRealm" plugin="[email protected]">
<domain>XXX</domain>
<bindName>XXX</bindName>
<bindPassword>XXX</bindPassword>
<server>XXX</server>
<groupLookupStrategy>Recursive</groupLookupStrategy>
</securityRealm>
4. restart jenkins