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 the attributes that may be written
25 by 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 All arguments are mandatory.
37
39 ipa-adddelegation -a telephonenumber,facsimiletelephonenumber,mobile -s
40 secretaries -t everyone phones
41 Create a delegation named phones that will let anyone in the
42 secretaries group edit the phone numbers of anyone in the group
43 everyone.
44
46 0 if the delegation was added successfully
47
48 1 if an error occurred
49
50 2 if no not exactly one matching source group was found (0 or more than
51 one)
52
53 3 if no not exactly one matching target group was found (0 or more than
54 one
55
56
57
58freeipa Oct 24 2007 ipa-adddelegation(1)