ipa-moddelegation (1) - Linux Manuals
ipa-moddelegation: Modify an existing delegation
NAME
ipa-moddelegation - Modify an existing delegationSYNOPSIS
ipa-moddelegation [OPTION]... nameDESCRIPTION
Modifies an existing delegation named name.A delegation is used to grant access to certain attributes from one group to another.
OPTIONS
- -a, --attributes=ATTRIBUTES
- A comma-separated list of the the SM]attributes that may be written by the source group. This list of attributes replaces the list in the existing delegation.
- -s, --source=SOURCE
- The name of the group that is being granted write permission.
- -t, --target=TARGET
- The name of the group that will be written to.
- -v, --verbose
- Display the XML-RPC request and response for more verbose debugging output.
At least one of -a, -s or -t is required.
EXIT STATUS
0 if the delegation was updated successfully1 if an error occurred
2 if no matching delegation was found