LDAP schema object classes

The following illustrates groups, by directory type, created with object classes. Such LDAP groups need to be added to HPE OneView and assigned roles.

Microsoft Active Directory

Under Active Directory, a group can be created with any of these LDAP schema object classes:

  • groupofNames
  • groups
  • groupofUniqueNames

View group members by examining the properties of the group name as in this example:



OpenLDAP

Under OpenLDAP, a group can be created with either of these LDAP Schema object classes:

  • groupofUniqueNames
  • groupofNames

A group created with the objectClass as groupOfUniqueNames has its members under uniqueMember as in this example.



A group created with the objectClass as groupOfNames or groups has its members under member as shown here.



More information