A directory service maintains a common database of all information needed for controlling users, computers, printers, etc. on a network. If your company uses the Microsoft® Active Directory® service software, you can configure the software to provide access to the DRAC 5, allowing you to add and control DRAC 5 user privileges to your existing users in your Active Directory software.
NOTE: Using Active Directory to recognize DRAC 5 users is supported on the Microsoft Windows 2000 and Windows Server 2003 operating systems.
Active Directory Schema Extensions
The Active Directory data is a distributed database of Attributes and Classes. The Active Directory schema includes the rules that determine the type of data that can be added or included in the database. The user class is one example of a Class that is stored in the database. Some example user class attributes can include the user's first name, last name, phone number, and so on. Companies can extend the Active Directory database by adding their own unique Attributes and Classes to solve environment-specific needs. Dell has extended the schema to include the necessary changes to support remote management Authentication and Authorization.
Each Attribute or Class that is added to an existing Active Directory Schema must be defined with a unique ID. To maintain unique IDs across the industry, Microsoft maintains a database of Active Directory Object Identifiers (OIDs) so that when companies add extensions to the schema, they can be guaranteed to be unique and not to conflict with each other. To extend the schema in Microsoft's Active Directory, Dell received unique OIDs, unique name extensions, and uniquely linked attribute IDs for our attributes and classes that are added into the directory service.
Dell extension is: dell
Dell base OID is: 1.2.840.113556.1.8000.1280
RAC LinkID range is: 12070 to 12079
The Active Directory OID database maintained by Microsoft can be viewed at http://msdn.microsoft.com/certification/ADAcctInfo.asp by entering our extension Dell.
Overview of the RAC Schema Extensions
To provide the greatest flexibility in the multitude of customer environments, Dell provides a group of properties that can be configured by the user depending on the desired results. Dell has extended the schema to include an Association, Device, and Privilege property. The Association property is used to link together the users or groups with a specific set of privileges to one or more RAC devices. This model provides an Administrator maximum flexibility over the different combinations of users, RAC privileges, and RAC devices on the network without adding too much complexity.
Active Directory Object Overview
For each of the physical RACs on the network that you want to integrate with Active Directory for Authentication and Authorization, create at least one Association Object and one RAC Device Object. You can create multiple Association Objects, and each Association Object can be linked to as many users, groups of users, or RAC Device Objects as required. The users and RAC Device Objects can be members of any domain in the enterprise.
However, each Association Object can be linked (or, may link users, groups of users, or RAC Device Objects) to only one Privilege Object. This example allows an Administrator to control each user's privileges on specific RACs.
The RAC Device object is the link to the RAC firmware for querying Active Directory for authentication and authorization. When a RAC is added to the network, the Administrator must configure the RAC and its device object with its Active Directory name so users can perform authentication and authorization with Active Directory. Additionally, the Administrator must add the RAC to at least one Association Object in order for users to authenticate.
Figure 6-1 illustrates that the Association Object provides the connection that is needed for all of the Authentication and Authorization.
Figure 6-1. Typical Setup for Active Directory Objects
NOTE: The RAC privilege object applies to both DRAC 4 and DRAC 5.
You can create as many or as few association objects as required. However, you must create at least one Association Object, and you must have one RAC Device Object for each RAC (DRAC 5) on the network that you want to integrate with Active Directory for Authentication and Authorization with the RAC (DRAC 5).
The Association Object allows for as many or as few users and/or groups as well as RAC Device Objects. However, the Association Object only includes one Privilege Object per Association Object. The Association Object connects the "Users" who have "Privileges" on the RACs (DRAC 5s).
Additionally, you can configure Active Directory objects in a single domain or in multiple domains. For example, you have two DRAC 5 cards (RAC1 and RAC2) and three existing Active Directory users (user1, user2, and user3). You want to give user1 and user2 an administrator privilege to both DRAC 5 cards and give user3 a login privilege to the RAC2 card. Figure 6-2 shows how you set up the Active Directory objects in this scenario.
When adding Universal Groups from separate domains, create an Association Object with Universal Scope. The Default Association objects created by the Dell Schema Extender Utility are Domain Local Groups and will not work with Universal Groups from other domains.
Figure 6-2. Setting Up Active Directory Objects in a Single Domain
To configure the objects for the single domain scenario, perform the following tasks:
Create two Association Objects.
Create two RAC Device Objects, RAC1 and RAC2, to represent the two DRAC 5 cards.
Create two Privilege Objects, Priv1 and Priv2, in which Priv1 has all privileges (administrator) and
Priv2 has login privileges.
Group user1 and user2 into Group1.
Add Group1 as Members in Association Object 1 (AO1), Priv1 as Privilege Objects in AO1, and RAC1,
RAC2 as RAC Devices in AO1.
Add User3 as Members in Association Object 2 (AO2), Priv2 as Privilege Objects in AO2, and RAC2 as
RAC Devices in AO2.
Figure 6-3 provides an example of Active Directory objects in multiple domains. In this scenario, you have two DRAC 5 cards (RAC1 and RAC2) and three existing Active Directory users (user1, user2, and user3). User1 is in Domain1, and user2 and user 3 are in Domain2. In this scenario, configure user1 and user 2 with administrator privileges to both DRAC 5 cards and configure user3 with login privileges to the RAC2 card.
Figure 6-3. Setting Up Active Directory Objects in Multiple Domains
To configure the objects for the multiple domain scenario, perform the following tasks:
Ensure that the domain forest function is in Native or Windows 2003 mode.
Create two Association Objects, AO1 (of Universal scope) and AO2, in any domain.
Create two RAC Device Objects, RAC1 and RAC2, to represent the two DRAC 5 cards.
Create two Privilege Objects, Priv1 and Priv2, in which Priv1 has all privileges (administrator) and
Priv2 has login privileges.
Group user1 and user2 into Group1. The group scope of Group1 must be Universal.
Add Group1 as Members in Association Object 1 (AO1), Priv1 as Privilege Objects in AO1, and RAC1,
RAC2 as RAC Devices in AO1.
Add User3 as Members in Association Object 2 (AO2), Priv2 as Privilege Objects in AO2, and RAC2 as
RAC Devices in AO2.
Configuring Active Directory to Access Your DRAC 5
Before using Active Directory to access your DRAC 5, configure the Active Directory software and the DRAC 5 by performing the following steps in order:
Configure the DRAC 5 Active Directory properties using either the DRAC 5 Web-based interface or
the RACADM (see "Configuring the DRAC 5").
Extending the Active Directory Schema
Extending your Active Directory schema adds a Dell organizational unit, schema classes and attributes, and example privileges and association objects to the Active Directory schema. Before you extend the schema, ensure that you have Schema Admin privileges on the Schema Master Flexible Single Master Operation (FSMO) Role Owner of the domain forest.
You can extend your schema using one of the following methods:
Dell Schema Extender utility
LDIF script file
If you use the LDIF script file, the Dell organizational unit will not be added to the schema.
The LDIF files and Dell Schema Extender are located on your Dell Systems Management Consoles CD in the following respective directories:
CD drive:\support\OMActiveDirectory Tools\RAC4-5\LDIF_Files
CD drive:\support\OMActiveDirectory Tools\RAC4-5\Schema_Extender
To use the LDIF files, see the instructions in the readme included in the LDIF_Files directory. To use the Dell Schema Extender to extend the Active Directory Schema, see "Using the Dell Schema Extender."
You can copy and run the Schema Extender or LDIF files from any location.
Using the Dell Schema Extender
NOTICE: The Dell Schema Extender uses the SchemaExtenderOem.ini file. To ensure that the Dell Schema Extender utility functions properly, do not modify the name of this file.
In the Welcome screen, click Next.
Read and understand the warning and click Next.
Select Use Current Log In Credentials or enter a user name and password with schema administrator
rights.
Click Next to run the Dell Schema Extender.
Click Finish.
The schema is extended. To verify the schema extension, use the Microsoft Management Console (MMC) and the Active Directory Schema snap-in to verify that the following exist:
See your Microsoft documentation for more information on how to enable and use the Active Directory Schema snap-in the MMC.
Table 6-1. Class Definitions for Classes Added to the Active Directory Schema
Class Name
Assigned Object Identification Number (OID)
dellRacDevice
1.2.840.113556.1.8000.1280.1.1.1.1
dellAssociationObject
1.2.840.113556.1.8000.1280.1.1.1.2
dellRACPrivileges
1.2.840.113556.1.8000.1280.1.1.1.3
dellPrivileges
1.2.840.113556.1.8000.1280.1.1.1.4
dellProduct
1.2.840.113556.1.8000.1280.1.1.1.5
Table 6-2. dellRacDevice Class
OID
1.2.840.113556.1.8000.1280.1.1.1.1
Description
Represents the Dell RAC device. The RAC device must be configured as dellRacDevice in Active Directory. This configuration enables the DRAC 5 to send Lightweight Directory Access Protocol (LDAP) queries to Active Directory.
Class Type
Structural Class
SuperClasses
dellProduct
Attributes
dellSchemaVersion
dellRacType
Table 6-3. dellAssociationObject Class
OID
1.2.840.113556.1.8000.1280.1.1.1.2
Description
Represents the Dell Association Object. The Association Object provides the connection between the users and the devices.
Class Type
Structural Class
SuperClasses
Group
Attributes
dellProductMembers
dellPrivilegeMember
Table 6-4. dellRAC4Privileges Class
OID
1.2.840.113556.1.8000.1280.1.1.1.3
Description
Used to define the privileges (Authorization Rights) for the DRAC 5 device.
Class Type
Auxiliary Class
SuperClasses
None
Attributes
dellIsLoginUser
dellIsCardConfigAdmin
dellIsUserConfigAdmin
dellIsLogClearAdmin
dellIsServerResetUser
dellIsConsoleRedirectUser
dellIsVirtualMediaUser
dellIsTestAlertUser
dellIsDebugCommandAdmin
Table 6-5. dellPrivileges Class
OID
1.2.840.113556.1.8000.1280.1.1.1.4
Description
Used as a container Class for the Dell Privileges (Authorization Rights).
Class Type
Structural Class
SuperClasses
User
Attributes
dellRAC4Privileges
Table 6-6. dellProduct Class
OID
1.2.840.113556.1.8000.1280.1.1.1.5
Description
The main class from which all Dell products are derived.
Class Type
Structural Class
SuperClasses
Computer
Attributes
dellAssociationMembers
Table 6-7. List of Attributes Added to the Active Directory Schema
Attribute Name/Description
Assigned OID/Syntax Object Identifier
Single Valued
dellPrivilegeMember
List of dellPrivilege Objects that belong to this Attribute.
1.2.840.113556.1.8000.1280.1.1.2.1
Distinguished Name (LDAPTYPE_DN 1.3.6.1.4.1.1466.115.121.1.12)
FALSE
dellProductMembers
List of dellRacDevices Objects that belong to this role. This attribute is the forward link to the dellAssociationMembers backward link.
Link ID: 12070
1.2.840.113556.1.8000.1280.1.1.2.2
Distinguished Name (LDAPTYPE_DN 1.3.6.1.4.1.1466.115.121.1.12)
The Current Schema Version is used to update the schema.
1.2.840.113556.1.8000.1280.1.1.2.12
Case Ignore String (LDAPTYPE_CASEIGNORESTRING 1.2.840.113556.1.4.905)
TRUE
dellRacType
This attribute is the Current Rac Type for the dellRacDevice object and the backward link to the dellAssociationObjectMembers forward link.
1.2.840.113556.1.8000.1280.1.1.2.13
Case Ignore String (LDAPTYPE_CASEIGNORESTRING 1.2.840.113556.1.4.905)
TRUE
dellAssociationMembers
List of dellAssociationObjectMembers that belong to this Product. This attribute is the backward link to the dellProductMembers Linked attribute.
Link ID: 12071
1.2.840.113556.1.8000.1280.1.1.2.14
Distinguished Name (LDAPTYPE_DN 1.3.6.1.4.1.1466.115.121.1.12)
FALSE
Installing the Dell Extension to the Active Directory Users and
Computers Snap-In
When you extend the schema in Active Directory, you must also extend the Active Directory Users and Computers snap-in so the administrator can manage RAC (DRAC 5) devices, Users and User Groups, RAC Associations, and RAC Privileges.
When you install your systems management software using the Dell Systems Management Consoles CD, you can extend the snap-in by selecting the Dell Extension to the Active Directory User's and Computers Snap-In option during the installation procedure. See the Dell OpenManage Software Quick Installation Guide for additional instructions about installing systems management software.
For more information about the Active Directory User's and Computers snap-in, see your Microsoft documentation.
Installing the Administrator Pack
You must install the Administrator Pack on each system that is managing the Active Directory DRAC 5 Objects. If you do not install the Administrator Pack, you cannot view the Dell RAC Object in the container.
Opening the Active Directory Users and Computers Snap-In
To open the Active Directory Users and Computers snap-in, perform the following steps:
If you are logged into the domain controller, click StartAdmin Tools® Active Directory Users and
Computers.
If you are not logged into the domain controller, you must have the appropriate Microsoft Administrator Pack installed on your local system. To install this Administrator Pack, click Start®Run, type MMC, and press Enter.
The Microsoft Management Console (MMC) appears.
In the Console 1 window, click File (or Console on systems running Windows 2000).
Click Add/Remove Snap-in.
Select the Active Directory Users and Computers snap-in and click Add.
Click Close and click OK.
Adding DRAC 5 Users and Privileges to Active Directory
Using the Dell-extended Active Directory Users and Computers snap-in, you can add DRAC 5 users and privileges by creating RAC, Association, and Privilege objects. To add each object type, perform the following procedures:
Create a RAC device Object
Create a Privilege Object
Create an Association Object
Add objects to an Association Object
Creating a RAC Device Object
In the MMC Console Root window, right-click a container.
Select New®Dell RAC Object.
The New Object window appears.
Type a name for the new object. The name must be identical to the DRAC 5 Name that you will type
in step 7 of "Configuring the DRAC 5."
Select RAC Device Object.
Click OK.
Creating a Privilege Object
NOTE: A Privilege Object must be created in the same domain as the related Association Object.
In the Console Root (MMC) window, right-click a container.
Select New® Dell RAC Object.
The New Object window appears.
Type a name for the new object.
Select Privilege Object.
Click OK.
Right-click the privilege object that you created, and select Properties.
Click the RAC Privileges tab and select the privileges that you want the user to have (for more
information, see Table 4-8).
Creating an Association Object
The Association Object is derived from a Group and must contain a Group Type. The Association Scope specifies the Security Group Type for the Association Object. When you create an Association Object, choose the Association Scope that applies to the type of objects you intend to add.
For example, if you select Universal, the association objects are only available when the Active Directory Domain is functioning in Native Mode or above.
In the Console Root (MMC) window, right-click a container.
Select New® Dell RAC Object.
This opens the New Object window.
Type a name for the new object.
Select Association Object.
Select the scope for the Association Object.
Click OK.
Adding Objects to an Association Object
Using the Association Object Properties window, you can associate users or user groups, privilege objects, and RAC devices or RAC device groups. If your system is running Windows 2000 mode or higher, use Universal Groups to span domains with your user or RAC objects.
You can add groups of Users and RAC devices. The procedure for creating Dell-related groups and non-Dell-related groups is identical.
Adding Users or User Groups
Right-click the Association Object and select Properties.
Select the Users tab and click Add.
Type the user or User Group name and click OK.
Click the Privilege Object tab to add the privilege object to the association that defines the user's or user group's privileges when authenticating to a RAC device. Only one privilege object can be added to an Association Object.
Adding Privileges
Select the Privileges Object tab and click Add.
Type the Privilege Object name and click OK.
Click the Products tab to add one or more RAC devices to the association. The associated devices specify the RAC devices connected to the network that are available for the defined users or user groups. Multiple RAC devices can be added to an Association Object.
Adding RAC Devices or RAC Device Groups
To add RAC devices or RAC device groups:
Select the Products tab and click Add.
Type the RAC device or RAC device group name and click OK.
In the Properties window, click Apply and click OK.
Enabling SSL on a Domain Controller
If you are using Microsoft Enterprise Root CA to automatically assign all your domain controllers to an SSL certificate, perform the following steps to enable SSL on each domain controller.
Install a Microsoft Enterprise Root CA on a Domain Controller.
Select Start®Control Panel® Add or Remove Programs.
Select Add/Remove Windows Components.
In the Windows ComponentsWizard, select the Certificate Services check box.
Select Enterprise root CA as CA Type and click Next.
Enter Common name for this CA, click Next, and click Finish.
Enable SSL on each of your domain controllers by installing the SSL certificate for each controller.
To upload the certificate using the Web-based interface, perform the following procedure:
Open a supported Web browser window.
Log in to the DRAC 5 Web-based interface.
Expand the System tree and click Remote Access.
Click the Configuration tab, and then click Security.
In the Security Certificate Main Menu page, select Upload Server Certificate and click Apply.
In the Certificate Upload screen, perform one of the following procedures:
Click Browse and select the certificate
In the Value field, type the path to the certificate.
Click Apply.
Importing the DRAC 5 Firmware SSL Certificate
Use the following procedure to import the DRAC 5 firmware SSL certificate to all domain controller trusted certificate lists.
NOTE: If your system is running Windows 2000, the following steps may vary.
NOTE: If the DRAC 5 firmware SSL certificate is signed by a well-known CA, you are not required to perform the steps in this section.
The DRAC 5 SSL certificate is the identical certificate used for the DRAC 5 Web server. All DRAC 5 controllers are shipped with a default self-signed certificate.
To access the certificate using the DRAC 5 Web-based interface, select Configuration®Active Directory® Download DRAC 5 Server Certificate.
On the domain controller, open an MMC Console window and select Certificates® Trusted Root
Certification Authorities.
Right-click Certificates, select All Tasks and click Import.
Click Next and browse to the SSL certificate file.
Install the RAC SSL Certificate in each domain controller's Trusted Root Certification Authority.
If you have installed your own certificate, ensure that the CA signing your certificate is in the Trusted Root Certification Authority list. If the Authority is not in the list, you must install it on all your Domain Controllers.
Click Next and select whether you would like Windows to automatically select the certificate store
based on the type of certificate, or browse to a store of your choice.
Click Finish and click OK.
Configuring the DRAC 5
Open a supported Web browser window.
Log in to the DRAC 5 Web-based interface.
Expand the System tree and click Remote Access.
Click the Configuration tab and select Active Directory.
In the Active Directory Main Menu page, select Configure Active Directory and click Next.
Select the Enable Active Directory check box.
Type the DRAC Name. This name must be the same as the common name of the RAC object you
created in your Domain Controller (see step 3 of "Creating a RAC Device Object").
Type the Root Domain Name. The Root Domain Name is the fully qualified root domain name for
the forest.
Type the DRAC Domain Name (for example, drac5.com). Do not use the NetBIOS name. The
DRAC Domain Name is the fully qualified domain name of the sub-domain where the RAC Device
Object is located.
Type the Timeout time in seconds.
Click Apply to save the Active Directory settings.
Click Go Back To Active Directory Main Menu.
Upload your domain forest Root CA certificate into the DRAC 5.
Select the Upload Active Directory CA Certificate checkbox and then click Next.
In the Certificate Upload page, type the file path of the certificate or browse to the certificate file,
and click Apply.
NOTE: The File Path value displays the relative file path of the certificate you are uploading. You must type the absolute file path, which includes the full path and the complete file name and file extension.
Your domain forest domain controllers' SSL certificates need to have signed this root CA certificate. Have the root CA certificate available on your local system (see "Exporting the Domain Controller Root CA Certificate").
The DRAC 5 Web server automatically restarts after you click Apply.
Log out and then log in to the DRAC 5 to complete the DRAC 5 Active Directory feature
configuration.
In the System tree, click Remote Access.
Click the Configuration tab and then click Network.
The Network Configuration page appears.
If Use DHCP (for NIC IP Address) is selected under Network Settings, then select Use DHCP to
obtain DNS server address.
To manually input a DNS server IP address, deselect Use DHCP to obtain DNS server addresses and type your primary and alternate DNS Server IP addresses.
Click Apply Changes.
This completes the DRAC 5 Active Directory feature configuration.
Configuring the DRAC 5 Active Directory Settings Using RACADM
Using the following commands to configure the DRAC 5 Active Directory Feature using the RACADM instead of the Web-based interface.
Open a command prompt and type the following RACADM commands:
racadm config -g cfgLanNetworking -o cfgDNSServer1 <primary DNS IP address>
racadm config -g cfgLanNetworking -o cfgDNSServer2 <secondary DNS IP address>
Press Enter to complete the DRAC 5 Active Directory feature configuration.
Using Active Directory to Log In To the DRAC 5
You can use Active Directory to log in to the DRAC 5 using one of the following methods:
Web-based interface
Remote RACADM
Serial or telnet console.
The login syntax is consistent for all three methods:
<username@domain>
or
<domain>\<username> or <domain>/<username>
where username is an ASCII string of 1256 bytes.
White space and special characters (such as \, /, or @) cannot be used in the user name or the domain name.
NOTE: You cannot specify NetBIOS domain names, such as Americas, as these names cannot be resolved.
Frequently Asked Questions
Table 6-8 lists frequently asked questions and answers.
Table 6-8. Using the DRAC 5 With Active Directory: Frequently Asked Questions
Question
Answer
Can I log into the DRAC 5 using Active Directory across multiple forests?
The DRAC 5's Active Directory querying algorithm only supports a single tree in a single forest.
Does the login to the DRAC 5 using Active Directory work in mixed mode (that is, the domain controllers in the forest run different operating systems, such as Microsoft Windows NT® 4.0, Windows 2000, or Windows Server 2003)?
Yes. In mixed mode, all objects used by the DRAC 5 querying process (among user, RAC Device Object, and Association Object) have to be in the same domain.
The Dell-extended Active Directory Users and Computers snap-in checks the mode and limits users in order to create objects across domains if in mixed mode.
Does using the DRAC 5 with Active Directory support multiple domain environments?
Yes. The domain forest function level must be in Native mode or Windows 2003 mode. In addition, the groups among Association Object, RAC user objects, and RAC Device Objects (including Association Object) must be universal groups.
Can these Dell-extended objects (Dell Association Object, Dell RAC Device, and Dell Privilege Object) be in different domains?
The Association Object and the Privilege Object must be in the same domain. The Dell-extended Active Directory Users and Computers snap-in forces you to create these two objects in the same domain. Other objects can be in different domains.
Are there any restrictions on Domain Controller SSL configuration?
Yes. All Active Directory servers' SSL certificates in the forest must be signed by the same root CA since DRAC 5 only allows uploading one trusted CA SSL certificate.
I created and uploaded a new RAC certificate and now the Web-based interface does not launch.
If you use Microsoft Certificate Services to generate the RAC certificate, one possible cause of this is you inadvertently chose User Certificate instead of Web Certificate when creating the certificate. To recover, create a new Web certificate from Microsoft Certificate Services and load it using RACADM from the managed system by typing:
racadm sslcertupload -t 0x1 -f <web_sslcert>
What can I do if I cannot log into the DRAC 5 using Active Directory authentication? How do I troubleshoot the issue?
Ensure that you use the correct user domain name during a login and not the NetBIOS name.
If you have a local DRAC user account, log into the DRAC 5 using your local credentials.
After you are logged in, perform the following steps:
Ensure that you have checked the Enable Active Directory box on the DRAC 5 Active Directory configuration page.
Ensure that the DNS setting is correct on the DRAC 5 Networking configuration page.
Ensure that you have uploaded the Active Directory certificate from your Active Directory root CA to the DRAC 5.
Check the Domain Controller SSL certificates to ensure that they have not expired.
Ensure that your DRAC 5 Name, Root Domain Name, and DRAC 5 Domain Name match your Active Directory environment configuration.
Ensure that the DRAC 5 password has a maximum of 127 characters. While the DRAC 5 can support passwords of up to 256 characters, Active Directory only supports passwords that have a maximum length of 127 characters.