1ipa-adddelegation(1) ipa-adddelegation(1)
2
3
4
6 ipa-adddelegation - Add a delegation
7
8
10 ipa-adddelegation [OPTION]... name
11
12
14 Adds a delegation named name.
15
16 A delegation is used to grant write access to certain attributes from
17 one group to another.
18
19 For example, a secretary group may be granted write access to modify
20 the phone attribute of all users in a manager's group.
21
23 -a, --attributes=ATTRIBUTES
24 A comma-separated list of the attributes that may be written by
25 the source group.
26
27 -l Provide a list of common attribute names. This is not an exhaus‐
28 tive list.
29
30 -s, --source=SOURCE
31 The name of the group that is being granted write permission.
32
33 -t, --target=TARGET
34 The name of the group that will be written to.
35
36 -v, --verbose
37 Display the XML-RPC request and response for more verbose debug‐
38 ging output
39
40 All arguments except -v/--verbose are mandatory.
41
43 ipa-adddelegation -a telephonenumber,facsimiletelephonenumber,mobile -s
44 secretaries -t everyone phones
45
46 Create a delegation named phones that will let anyone in the
47 secretaries group edit the phone numbers of anyone in the group
48 everyone.
49
51 0 if the delegation was added successfully
52
53 1 if an error occurred
54
55 2 if no not exactly one matching source group was found (0 or more than
56 one)
57
58 3 if no not exactly one matching target group was found (0 or more than
59 one
60
61
62
63freeipa Oct 24 2007 ipa-adddelegation(1)