User Login
In the OpenLDAP, the inetOrgPerson
object class identifies persons. User
login match is case insensitive. A valid user login can use several values:
-
EnableDN Login, for OpenLDAP, this allows the user to log in its full DN. Only DNs rooted on the defined LDAP search base are allowed.
-
Attribute value
cn
, which is the common name.
There can be only one match for the value on the OpenLDAP server, otherwise, the login fails. The first step in the user login phase resolves the full user DN.
In some cases, the LDAP server login is not used and only security tokens are resolved.