White Papers
Active Directory® Client Profile
Version 1.0.0a 11
Directory groups are represented by the Dell_OEMActiveDirectoryGroup, and the associated security
principal is represented by CIM_Identity.
115
116
118
119
121
123
124
125
127
128
129
130
131
133
134
135
136
137
138
139
140
141
143
144
145
146
147
148
150
151
152
7 Implementation Requirements 117
Requirements and guidelines for propagating and formulating certain properties of the classes are
discussed in this section. Methods are listed in section 8 and properties are listed in section 10.
7.1 Dell_OEMActiveDirectoryService 120
At least one Dell_OEMActiveDirectoryService instance shall be instantiated.
7.2 Extended and Standard Schema Support 122
The following section includes requirements for Active Directory client support extended and standard
schemas. The Dell_OEMActiveDirectoryService.SchemaType property shall indicate the current
authentication schema used by the Active Directory client.
7.2.1 Extended Schema 126
If the extended schema is used for Active Directory authentication, the
Dell_OEMActiveDirectoryService.SchemaType property shall be set to 1 (Extended). If this property is set
to 1(Extended), the requirements included in this section shall apply.
The Dell_OEMActiveDirectoryService.DeviceObjectDomain and
Dell_OEMActiveDirectoryService.DeviceObjectName properties shall be mandatory.
7.2.2 Standard Schema 132
If the standard schema is used for Active Directory authentication, the
Dell_OEMActiveDirectoryService.SchemaType property shall be set to 2 (Standard). If this property is set
to 2 (Standard), the requirements detailed in this section shall apply.
The Simple Identity Management Profile shall be implemented where the requirements for CIM_Group
class shall be applied to the Dell_OEMActiveDirectoryGroup class derived from the CIM_Group class.
There shall be at least one Dell_OEMActiveDirectoryGroup instance. The Dell_OEMActiveDirectoryGroup
instance(s) shall be associated with the CIM_Identity instance through CIM_AssignedIdenity association.
Instance(s) of Dell_OEMActiveDirectoryGroup shall be associated with the Scoping Instance through
CIM_OwningCollectionElement.
7.3 CIM_EnabledLogicalElementCapabilities 142
When the CIM_EnabledLogicalElementCapabilities class is instantiated, the
CIM_EnabledLogicalElementCapabilities instance shall be associated with the
Dell_OEMActiveDirectoryService instance through an CIM_ElementCapabilities instance and used for
advertising the capabilities of the Dell_OEMActiveDirectoryService instance.
There shall be at most one CIM_EnabledLogicalElementCapabilities instance associated with a given
Dell_OEMActiveDirectoryService instance.
7.3.1 CIM_EnabledLogicalElementCapabilities.RequestedStatesSupported 149
CIM_EnabledLogicalElementCapabilities.RequestedStatesSupported is an array that contains the
supported requested states for the Dell_OEMActiveDirectoryService instance. This property shall be the
superset of the values of the RequestedState parameter in the RequestStateChange(
) method (see