Users Guide
Using the DRAC 4 With Microsoft Active Directory 121
Configuring the DRAC 4 with Extended Schema Active Directory and
the racadm CLI
Use the following commands to configure the DRAC 4 Active Directory
Feature with Extended Schema using the racadm CLI instead of the
Web-based interface.
1
Open a command prompt and type the following racadm commands:
racadm config -g cfgActiveDirectory -o cfgADEnable
1
racadm config -g cfgActiveDirectory -o cfgADType
0x1
racadm config -g cfgActiveDirectory -o
cfgADRacDomain <
fully qualified rac domain name
>
racadm config -g cfgActiveDirectory -o
cfgADRootDomain <
fully qualified root domain name
>
racadm config -g cfgActiveDirectory -o
cfgADRacName <
RAC common name
>
racadm sslcertupload -t 0x2 -f <
ADS root CA
certificate
>
racadm sslcertdownload -t 0x1 -f <
RAC SSL
certificate
>
2
If you want to specify an LDAP or Global Catalog server instead of using
the servers returned by the DNS server to search for a user name, type the
following command to enable the
Specify Server
option:
racadm config -g cfgActive Directory -o
cfgADSpecifyServer Enable 1
NOTE: If you use this option, the hostname in the CA certificate is not
matched against the name of the specified server. This is particularly useful if
you are a DRAC administrator because you can enter a hostname as well as
an IP address.
After the
Specify Server
option is enabled, you can specify an LDAP server
with an IP address as well as a fully qualified domain name (FQDN) of the
server. The FQDN consists of the hostname and the domain name of the
server.