User Login
In the Active Directory, the user
object class identifies users. The user
login match is case insensitive. You can use several attributes for a valid user login.
Attribute | Description |
---|---|
DN login |
Allows the user to log in with the full DN. Only DNs rooted on the defined LDAP search base are allowed. |
sAMAccountName |
The windows account name, for example, doe. |
mail |
The user email address, for example, john.doe@exalead.com. |
userPrincipalName |
The user principal name, for example, doe@office.exalead.com. |
Exalead CloudView tries to match the user login with these attributes in this order. There must be a unique match for the value on the Active Directory server, otherwise, the login fails. The first step in the user-login phase resolves the full user DN.
In some cases, the Active Directory server login is not used and only security tokens are resolved.