mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2025-09-07 05:14:24 +02:00
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:
parent
9adebc8d29
commit
30f13cf34c
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue