-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
2.3.4
-
None
-
None
-
Severity 3 - Minor
-
Description
When there is a Group Name Attribute change in Delegated Authentication Directory, instead of updating an existing group's name to use the new attribute, Crowd creates another group with that alternate Group Name (So there will be some sort of a duplicate group).
How to Reproduce
- Create a user, with cn=UserA in LDAP.
- Create a group, with cn=GroupA, description=GroupAcopy, member=cn=UserA in LDAP
- Set up a Delegated Auth Directory in Crowd Console >> Directories >> Add Directory to sync Group memberships, and assign the Group Name Attribute to cn.
- Login as UserA into Crowd, which will automatically create the group, GroupA in Crowd as well.
- Update the Group Name Attribute in the Delegated Auth Directory Configuration in Crowd to description, this time.
- Login as UserA again
Notice that there will be another group called GroupAcopy created in Crowd, with the old group, GroupA still there (2 groups instead of 1). Expected behavior would be that Crowd will update GroupA to GroupAcopy (since it's a name attribute change).
- duplicates
-
CWD-1599 Ability to rename groups
- Under Consideration