1ipa-moddelegation(1) ipa-moddelegation(1)
2
3
4
6 ipa-moddelegation - Modify an existing delegation
7
8
10 ipa-moddelegation [OPTION]... name
11
12
14 Modifies an existing delegation named name.
15
16 A delegation is used to grant access to certain attributes from one
17 group to another.
18
20 -a, --attributes=ATTRIBUTES
21 A comma-separated list of the the attributes that may be written
22 by the source group. This list of attributes replaces the list
23 in the existing delegation.
24
25 -s, --source=SOURCE
26 The name of the group that is being granted write permission.
27
28 -t, --target=TARGET
29 The name of the group that will be written to.
30
31 -v, --verbose
32 Display the XML-RPC request and response for more verbose debugā
33 ging output.
34
35 At least one of -a, -s or -t is required.
36
38 0 if the delegation was updated successfully
39
40 1 if an error occurred
41
42 2 if no matching delegation was found
43
44
45
46freeipa Oct 24 2007 ipa-moddelegation(1)