When I try to perform command:
ipa group-remove-member group --users=test
I get next:
Failed members: member user: test: Insufficient access: Insufficient 'write' privilege to the 'member' attribute of entry...
How can I fix it?
Help, please!
Hi, please use the users mailing list for help requests (freeipa-users@lists.fedorahosted.org), issues are intended for bug tracking.
Which user is performing the operation? Before launching the command you authenticated using kinit <someuser> and this user may not have enough privileges to perform the operation. If you retry after kinit admin the operation will succeed.
kinit <someuser>
kinit admin
Metadata Update from @frenaud: - Issue close_status updated to: invalid - Issue status updated to: Closed (was: Open)