Configuring a Microsoft Active Directory service
For the strongest security, Hewlett Packard Enterprise recommends configuring your directory server using TLS 1.2 protocol only.
The following maps the Active Directory attribute to the corresponding LDAP property:
If a user object is created in the Active Directory Users and Computers Microsoft Management Console, the names default as follows.
Specify the following components of the user name, displayed here with the corresponding attribute:
The field labeled
Full Name
defaults to this format. This string is assigned to thecn
attribute (Common Name).givenName.initials.givenName.initial.sn
In the New Object – user dialog box, you are also required to specify a User logon name. User logon name, in combination with the DNS domain name, becomes the
userPrincipalName
. TheuserPrincipalName
is an alternative name that the user can use for logging in. It is in the form:LogonName@DNSDomain
For example:
joeuser@example.com
Finally, as you enter the User logon name, the first 20 characters are automatically filled in the pre-Windows 2000 logon name field, which becomes the
sAMAccountName
attribute.CN-logins for built-in Active Directory user accounts, like
Administrator
, are not accepted. Other login formats are acceptable if their respective attributes (sAMAccountName, userPrincipalName, and UID) are set properly.- When the Active Directory domain name and the pre-Windows logon name are different, use the pre-Windows logon name as the directory name in HPE OneView. A login with a plain user name will succeed in HPE OneView.
- Example:
- If the domain is
example.com
on an Active Directory, and the pre-Windows 2000 domain name iswinNTexample
, having the directory name aswinNTexample
allows users to log in using only their user name. A user specifying a login name ofusername
is authenticated to the directory aswinNTexample\username
. If the directory name cannot be changed, the login name could be explicitly specified aswinNTexample\username
or auserPrincipalName
attribute could be used to log in such asusername@example.com
.