perhaps this would help the problem Fabiane is facing?

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8047 71c3de6d-444a-0410-be80-ed276b4c234a

Originally-Committed-As: 353df8bf6ac21f21dac4945a126e8130f8bb124b
This commit is contained in:
kohsuke 2008-03-27 23:31:01 +00:00
parent 9adebc8d29
commit 30f13cf34c

View file

@ -122,7 +122,7 @@ public class LDAPSecurityRealm extends SecurityRealm {
}
public String getLDAPURL() {
return "ldap://"+server+'/'+rootDN;
return "ldap://"+server+'/'+Util.fixNull(rootDN);
}
public SecurityComponents createSecurityComponents() {