White Papers
Active Directory® Client Profile
Version 2.0.0a 23
ANNEX B
(informative)
DCIM Extension MOF
NOTE: This may not be the most up-to-date MOF. Please, for implementation purposes refer to the
MOF published separately from the profiles.
// Copyright (c) 2008 Dell Inc. All rights reserved.
// ==================================================================
// DCIM_OEMActiveDirectoryService
// ==================================================================
[Experimental, Version ( "1.0.0" ), Description (
"This class extends CIM_Service to provide interface to manage "
"the third party authentication and authorization management "
"through Active Directory services.")]
class DCIM_OEMActiveDirectoryService : CIM_Service {
[Override, Description (
"EnabledState is an integer enumeration that indicates the "
"enabled and disabled states of Active Directory "
"authentication and authorization service. "
"Enabled (2) indicates that the Active Directory service "
"authentication and authorization service is enabled and the "
"managed system can utilize third party authentication and "
"authorization with Active Directory service. "
"Disabled (3) indicates that the Active Directory service "
"authentication and authorization service is disabled and the "
"managed system cannot utilize third party authentication and "
"authorization with Active Directory service. "
"Not Applicable (5) indicates the authentication and "
"authorization with Active Directory service is not "