Branch: refs/heads/master Home: https://github.com/jenkinsci/active-directory-plugin Commit: 4e24cbe90294080249277694e78ad441314887c1 https://github.com/jenkinsci/active-directory-plugin/commit/4e24cbe90294080249277694e78ad441314887c1 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths: M src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java M src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java M src/main/resources/hudson/plugins/active_directory/ActiveDirectorySecurityRealm/help-server.html Log Message: ----------- have the preferred domain servers take over the whole list, instead of prepending I now think this behaviour is more desirable to prevent a single failed login attempt from causing a cascade of failures. It seems reasonable to me that if the user manually specified a specific domain controller, we'd just use that. Ultimately, a wrong password shouldn't result in login attempt at other domain controllers, but until I figure out how to reliably distinguish "user not found" vs "password error", let's keep it like this. Commit: 2b5d3bf4131a452bf529aab3db608715b2a66ba8 https://github.com/jenkinsci/active-directory-plugin/commit/2b5d3bf4131a452bf529aab3db608715b2a66ba8 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java M src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java Log Message: ----------- In case of authentication problem, do not try to fallback to other domain controllers, to prevent locking the user out. Commit: 15a8a87bc333a12ead447425075df3bdafd7625c https://github.com/jenkinsci/active-directory-plugin/commit/15a8a87bc333a12ead447425075df3bdafd7625c Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2012-05-07 (Mon, 07 May 2012) Changed paths: M src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java Log Message: ----------- [FIXED JENKINS-13650] Revert "[JENKINS-12607] canonicalize the name." This reverts commit 8b4c00a79201b605908d5d8983a7c719b0d645ff. Compare: https://github.com/jenkinsci/active-directory-plugin/compare/e8943e7...15a8a87