Bug #7853
Group management seems to be limited to single rightsHolder
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
d1_identity_manager
Target version:
Start date:
2016-07-26
Due date:
% Done:
100%
Story Points:
Sprint:
Description
Trying to modify arctic data admin group when multiple rightsHolders are specified only allows first rightsHolder to do so.
History
#1 Updated by Ben Leinfelder over 8 years ago
- Status changed from New to Closed
- Target version set to CCI-2.3.0
- % Done changed from 0 to 100
Turned out the LDAPService class was not actually iterating over the attribute values. Fixed that and added a unit test for editing groups with multiple owners. Committed to trunk (d1_cn_common and d1_identity_manager)