-
Bug
-
Resolution: Unresolved
-
Minor
-
dirsrv-11.7
Description of problem:
Unable to add "person" objectClass to user in RHDS console of cockpit browser.
Pre-Requisites :
The LDAP schema is RFC4519 compliant.
• All users have an objectClass of inetOrgPerson.
• All groups have an objectClass of groupOfUniqueNames.
• All groups have a group membership attribute of uniqueMember.
• All users and group objects have entryUUID configured (The objects have a unique GUID and should not be changing)
Version-Release number of selected component (if applicable):
RHDS11
How reproducible:
In order to add the inetOrgPerson objectClass to the user, we need the person objectClass. (sn attribute is mandatory for inetOrgPerson and is accessible with person objectClass.)
While adding user, it prints that it will be inetOrgPerson objectClass but when you click next, the 3 user type options don't have this class.
The sn attribute isn't proposed or listed there (since it need person objectClass as expected).
After adding the user without objectClass "person", trying to edit it to add that objectClass but still the same issue persists.
Expected results:
Should have an option to add objectClass "person" while adding the user.