mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update plugin docstrings (topic help) to reflect dropped CSV support
https://fedorahosted.org/freeipa/ticket/3352
This commit is contained in:
committed by
Martin Kosek
parent
5752b35d16
commit
f2f1ed63f5
@@ -68,8 +68,8 @@ EXAMPLES:
|
||||
To add the "remoteadmins" group to the "localadmins" group:
|
||||
ipa group-add-member --groups=remoteadmins localadmins
|
||||
|
||||
Add a list of users to the "localadmins" group:
|
||||
ipa group-add-member --users=test1,test2 localadmins
|
||||
Add multiple users to the "localadmins" group:
|
||||
ipa group-add-member --users=test1 --users=test2 localadmins
|
||||
|
||||
Remove a user from the "localadmins" group:
|
||||
ipa group-remove-member --users=test2 localadmins
|
||||
|
Reference in New Issue
Block a user