mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
EXTEND
This commit is contained in:
parent
5733e59a4b
commit
dd0e80cd2c
@ -122,5 +122,10 @@ public class InetOrgPerson {
|
|||||||
/**inetOrgPerson x500uniqueIdentifier*/
|
/**inetOrgPerson x500uniqueIdentifier*/
|
||||||
public static final String X500UNIQUEIDENTIFIER = "x500uniqueIdentifier";
|
public static final String X500UNIQUEIDENTIFIER = "x500uniqueIdentifier";
|
||||||
|
|
||||||
|
//MaxKey EXTEND
|
||||||
|
public static final String mobile = "mobile";
|
||||||
|
public static final String manager = "manager";
|
||||||
|
public static final String department = "department";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,14 +33,6 @@ import org.slf4j.LoggerFactory;
|
|||||||
public class ActiveDirectoryUtils extends LdapUtils {
|
public class ActiveDirectoryUtils extends LdapUtils {
|
||||||
private final static Logger _logger = LoggerFactory.getLogger(ActiveDirectoryUtils.class);
|
private final static Logger _logger = LoggerFactory.getLogger(ActiveDirectoryUtils.class);
|
||||||
|
|
||||||
public final static String sAMAccountName = "sAMAccountName";
|
|
||||||
public final static String unicodePwd = "unicodePwd";
|
|
||||||
public final static String CN = "CN";
|
|
||||||
|
|
||||||
public final static String servicePrincipalName = "servicePrincipalName";
|
|
||||||
public final static String userPrincipalName = "userPrincipalName";
|
|
||||||
public final static String userAccountControl = "userAccountControl";
|
|
||||||
|
|
||||||
protected String domain;
|
protected String domain;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -40,21 +40,6 @@ public class LdapUtils {
|
|||||||
public static final String propertyDomain = "domain";
|
public static final String propertyDomain = "domain";
|
||||||
public static final String propertyTrustStore = "trustStore";
|
public static final String propertyTrustStore = "trustStore";
|
||||||
public static final String propertyTrustStorePassword = "trustStorePassword";
|
public static final String propertyTrustStorePassword = "trustStorePassword";
|
||||||
|
|
||||||
public static final String uid = "uid";
|
|
||||||
public static final String userPassword = "userPassword";
|
|
||||||
public static final String cn = "cn";
|
|
||||||
public static final String displayName = "displayName";
|
|
||||||
public static final String givenName = "givenName";
|
|
||||||
public static final String sn = "sn";
|
|
||||||
public static final String mobile = "mobile";
|
|
||||||
public static final String mail = "mail";
|
|
||||||
public static final String employeeNumber = "employeeNumber";
|
|
||||||
public static final String ou = "ou";
|
|
||||||
public static final String manager = "manager";
|
|
||||||
public static final String department = "department";
|
|
||||||
public static final String departmentNumber = "departmentNumber";
|
|
||||||
public static final String title = "title";
|
|
||||||
|
|
||||||
protected DirContext ctx;
|
protected DirContext ctx;
|
||||||
protected String baseDN;
|
protected String baseDN;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user