mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2025-09-07 05:14:24 +02:00
enable LDAP support experimentally
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6476 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: ab5e6f929dba5907eb90e26a573bab64d51cc792
This commit is contained in:
parent
dc94954abb
commit
95a129f3fa
|
@ -57,6 +57,7 @@ public class LDAPSecurityRealm extends SecurityRealm {
|
|||
}
|
||||
|
||||
static {
|
||||
// LIST.add(DESCRIPTOR);
|
||||
if(Boolean.getBoolean("LDAP"))
|
||||
LIST.add(DESCRIPTOR);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue