HP iLO 3 Scripting and Command Line Guide
DIR_KERBEROS_KDC_PORT specifies the port number used to connect to the domain controller.
The Kerberos port number is 88, but the domain controller can be configured for a different port
number.
DIR_KERBEROS_KEYTAB specifies the contents of the keytab file which is a binary file containing
pairs of principals and encrypted passwords. In the Windows environment, the keytab file is
generated with a ktpass utility. After generating a binary keytab file using the appropriate utility,
use a Base64 encoder to convert the binary file to ASCII format.
Place the Base64 contents between:
-----BEGIN KEYTAB-----
and
-----END KEYTAB-----
• DIR_GRPACCT1_NAME identifies a group container in the directory, such as Administrators,
Users, or Power Users.
• DIR_GRPACCT1_PRIV numerically identifies iLO privileges for members of the group. You can
mix and match privileges by including more than one value. These privileges are expressed
as a comma separated list of numbers (1,2,3,4,5,6) which correlate to:
1—Administer Group Accounts
2—Remote Console Access
3—Virtual Power and Reset
4—Virtual Media
5—Configure iLO 3 Settings
6—Login Privilege
NOTE: Do not use the following tags when using directory integration with schema extension:
◦ DIR_ENABLE_GRP_ACCT
◦ DIR_GRPACCT1_NAME
◦ DIR_GRPACCT1_PRIV
Do not use the following tags when using schema-free directories
◦ DIR_OBJECT_DN
◦ DIR_OBJECT_PASSWORD
DIR_LOCAL_USER_ACCT enables or disables local user accounts. The possible values are Yes
and No.
DIR_SERVER_ADDRESS specifies the location of the directory server. The directory server location
is specified as an IP address or DNS name.
DIR_SERVER_PORT specifies the port number used to connect to the directory server. This value is
obtained from the directory administrator. The secure LDAP port is 636, but the directory server
can be configured for a different port number.
DIR_OBJECT_DN specifies the unique name of iLO 3 in the directory server. This value is obtained
from the directory administrator. Distinguished names are limited to 256 characters.
DIR_OBJECT_PASSWORD specifies the password associated with the iLO 3 object in the directory
server. Passwords are limited to 39 characters.
DIR_USER_CONTEXT_1, DIR_USER_CONTEXT_2, and DIR_USER_CONTEXT_15 specify searchable
contexts used to locate the user when the user is trying to authenticate using directories. If the user
is not located using the first path, then the parameters specified in the second and third paths are
DIR_INFO 113










