mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Allow RDN changes for users, groups, rolegroups and taskgroups.
To do a change right now you have to perform a setattr like: ipa user-mod --setattr uid=newuser olduser The RDN change is performed before the rest of the mods. If the RDN change is the only change done then the EmptyModlist that update_entry() throws is ignored. ticket 323
This commit is contained in:
committed by
Simo Sorce
parent
93290c8a72
commit
70a57924c8
@@ -90,6 +90,7 @@ class group(LDAPObject):
|
||||
'member': ['user', 'group'],
|
||||
'memberof': ['group', 'netgroup', 'rolegroup', 'taskgroup'],
|
||||
}
|
||||
rdnattr = 'cn'
|
||||
|
||||
label = _('User Groups')
|
||||
|
||||
|
Reference in New Issue
Block a user