Log:
Added MailAddresResolver for LDAP. Needs to be tested before hooked online (issue #1475)
SCM/JIRA link daemon
added a comment - Code changed in hudson
User: kohsuke
Path:
/hudson/hudson/main/core/src/main/java/hudson/security/LDAPSecurityRealm.java (1.14)
http://fisheye5.cenqua.com/changelog/hudson/?cs=MAIN:kohsuke:20080327234620
Log:
Added MailAddresResolver for LDAP. Needs to be tested before hooked online (issue #1475)
Code changed in hudson
User: : mindless
Path:
trunk/hudson/main/core/src/main/java/hudson/security/LDAPSecurityRealm.java
trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=16032
Log: [FIXED JENKINS-1475] tested EmailResolver code already present.. works for me,
so added @Extension to turn it on.
SCM/JIRA link daemon
added a comment - Code changed in hudson
User: : mindless
Path:
trunk/hudson/main/core/src/main/java/hudson/security/LDAPSecurityRealm.java
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=16032
Log:
[FIXED JENKINS-1475] tested EmailResolver code already present.. works for me,
so added @Extension to turn it on.
basil3whitehouse
added a comment - Not having tried this change, but does it mean that the LDAP Email Plugin would
no longer be necessary?
http://wiki.jenkins-ci.org/display/JENKINS/LDAP+Email+Plugin
Correct.. if you use LDAP for Hudson's authentication then you don't need the LDAP Email Plugin. You could still use the plugin if you use some other authentication type ("Hudson's own database", etc) but would still like to query an LDAP for email addresses.
Alan Harder
added a comment - Correct.. if you use LDAP for Hudson's authentication then you don't need the LDAP Email Plugin. You could still use the plugin if you use some other authentication type ("Hudson's own database", etc) but would still like to query an LDAP for email addresses.
Code changed in hudson
User: kohsuke
Path:
/hudson/hudson/main/core/src/main/java/hudson/security/LDAPSecurityRealm.java (1.14)
http://fisheye5.cenqua.com/changelog/hudson/?cs=MAIN:kohsuke:20080327234620
Log:
Added MailAddresResolver for LDAP. Needs to be tested before hooked online (issue #1475)