mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2025-09-07 05:14:24 +02:00
LDAP support is live since 1.166.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6481 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 28fad72ad31ae1d67df732bc1e17f60d4869b0ac
This commit is contained in:
parent
030745498a
commit
6f26969b12
|
@ -34,6 +34,7 @@ import java.util.regex.Pattern;
|
||||||
* {@link SecurityRealm} implementation that uses LDAP for authentication.
|
* {@link SecurityRealm} implementation that uses LDAP for authentication.
|
||||||
*
|
*
|
||||||
* @author Kohsuke Kawaguchi
|
* @author Kohsuke Kawaguchi
|
||||||
|
* @since 1.166
|
||||||
*/
|
*/
|
||||||
public class LDAPSecurityRealm extends SecurityRealm {
|
public class LDAPSecurityRealm extends SecurityRealm {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue