-
New Feature
-
Resolution: Fixed
-
Minor
-
None
The Acceptance Test Harness test case for Active Directory should support the selection of the Group Lookup Strategy that was introduced in version 1.38 of the AD plugin.
The Acceptance Test Harness test case for Active Directory should support the selection of the Group Lookup Strategy that was introduced in version 1.38 of the AD plugin.
Code changed in jenkins
User: escoheb
Path:
src/main/java/org/jenkinsci/test/acceptance/plugins/active_directory/ActiveDirectoryEnv.java
src/main/java/org/jenkinsci/test/acceptance/plugins/active_directory/ActiveDirectorySecurityRealm.java
src/test/java/plugins/ActiveDirectoryTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/caf4b3fbf8c8d77c8860bc524b7414fd3835b459
Log:
Active Directory support for Group Lookup Strategy
Version 1.38 of the AD plugin included a new selection for
Group Lookup Strategy.
This PR permits the selection of this strategy
so it may be tested
[FIXED JENKINS-23780]