summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/man
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-01-04 16:39:41 -0500
committerRob Crittenden <rcritten@redhat.com>2008-01-04 16:39:41 -0500
commit1c4e4b3e141996ad89d999257b3bfe10b1d150df (patch)
treee11cc14f2cf30018734bb62333ccaed4874feada /ipa-admintools/man
parentdd28d4e6f61e62839aed78ee7076578c1b1f8fa8 (diff)
downloadfreeipa-1c4e4b3e141996ad89d999257b3bfe10b1d150df.tar.gz
freeipa-1c4e4b3e141996ad89d999257b3bfe10b1d150df.tar.xz
freeipa-1c4e4b3e141996ad89d999257b3bfe10b1d150df.zip
Add function to retrieve a short list of attributes to make ipa-adddelegation
easier to use.
Diffstat (limited to 'ipa-admintools/man')
-rw-r--r--ipa-admintools/man/ipa-adddelegation.114
1 files changed, 9 insertions, 5 deletions
diff --git a/ipa-admintools/man/ipa-adddelegation.1 b/ipa-admintools/man/ipa-adddelegation.1
index 5eaba52aa..5a269646f 100644
--- a/ipa-admintools/man/ipa-adddelegation.1
+++ b/ipa-admintools/man/ipa-adddelegation.1
@@ -27,24 +27,28 @@ ipa\-adddelegation [\fIOPTION\fR]... \fIname\fR
.SH "DESCRIPTION"
Adds a delegation named \fIname\fR.
-A delegation is used to grant access to certain attributes from one group to another.
+A delegation is used to grant write access to certain attributes from one group to another.
-For example, a secretary group may be granted access to modify the phone attribute of all users in a manager's group.
+For example, a secretary group may be granted write access to modify the phone attribute of all users in a manager's group.
.SH "OPTIONS"
.TP
\fB\-a\fR, \fB\-\-attributes\fR=\fIATTRIBUTES\fR
A comma\-separated list of the the \f[SM]attributes\fR that may be written by the source group.
-
+.TP
+\fB\-l\fR
+Provide a list of common attribute names. This is not an exhaustive list.
.TP
\fB\-s\fR, \fB\-\-source\fR=\fISOURCE\fR
The name of the group that is being granted write permission.
-
.TP
\fB\-t\fR, \fB\-\-target\fR=\fITARGET\fR
The name of the group that will be written to.
-
.PP
All arguments are mandatory.
+.SH "EXAMPLES"
+.TP
+ipa\-adddelegation \-a telephonenumber,facsimiletelephonenumber,mobile \-s secretaries \-t everyone phones
+Create a delegation named phones that will let anyone in the secretaries group edit the phone numbers of anyone in the group everyone.
.SH "EXIT STATUS"
0 if the delegation was added successfully