]> andersk Git - moira.git/commitdiff
Document new command line options.
authorzacheiss <zacheiss>
Thu, 29 Nov 2007 22:17:58 +0000 (22:17 +0000)
committerzacheiss <zacheiss>
Thu, 29 Nov 2007 22:17:58 +0000 (22:17 +0000)
man/addusr.1
man/stanley.1

index 55756025d46bc3169bd75aa2a3954d2663199253..0bc976bcf3f16bb483e3b433b2ceadcffd11493b 100644 (file)
@@ -1,9 +1,9 @@
-.TH ADDUSR 1 "12 Jan 1996" "Project Athena"
+.TH ADDUSR 1 "29 Nov 2007" "Project Athena"
 \" RCSID: $Header$
 .SH NAME
 addusr \- add and/or register users in Moira
 .SH SYNOPSIS
-.B addusr [-cCdfhnrRsSv6]
+.B addusr [options]
 .SH DESCRIPTION
 .I Addusr
 is a tool for adding users in bulk to the moira database and
@@ -53,6 +53,18 @@ This specifies the login shell that will be stored for all users added
 in this invocation.  If not specified, a default will be used.  At MIT
 Athena the default is \fI/bin/athena/tcsh\fR, elsewhere it is likely to be 
 \fI/bin/csh\fR.
+.IP \fB-winshell\ \fIshell\ \fRor\ \fB-w\ \fIshell\fR:
+This specifies the Windows console shell that will be used for all users
+added in this invocation.  If not specified, a default value of
+\fIcmd\fR will be used.
+.IP \fB-sponsor\ \fIsponsor\ \fRor\ \fB-sp\ \fIsponsor\fR:
+This specifies the USER, LIST, or KERBEROS that will be listed as the
+sponsor for all users added in this invocation.  This is intended for
+use with accounts in the GUEST and VOUCH classes.
+.IP \fB-expiration\ \fIdate\ \fRor\ \fB-e\ \fIdate\fR:
+This specified the expiration date that will be recorded for all users
+added in this invocation.  This is intended for use with accounts in the
+GUEST or VOUCH classes. 
 .IP \fB-register\ \fRor\ \fB-R\fR:
 This instructs \fBaddusr\fR to both add the users to the database and
 then to immediately register them. The users will be left
index 385b6934cfbe52b5ac4d52338adfbad9baaa78d5..1689bb8bf059740c5778b1c984877831adf7d77e 100644 (file)
@@ -58,6 +58,14 @@ Update the comment for the given user to \fIcomment\fR.
 Change whether a user requires a secure Account Coupon to register for
 an account.
 
+.IP \fB-sponsor\ \fIsponsor\ \fRor\ \fB-sp\ \fIsponsor\fR
+Set the sponsor of the specified user to \fIsponsor\fR.  This field is
+intended to be used for accounts in the GUEST and VOUCH classes.
+.IP \fB-expiration\ \fIdate\ \fRor\ \fB-e\ \fIdate\fR
+Set the expiration date for the specified user to \fIdate\fR.  This
+field is intended to be used for accounts in the GUEST and VOUCH
+classes.
+
 .IP \fB-unformatted\ \fRor\ \fB-u\fR
 Display user information with each field on a seperate line, in the 
 form "fieldname: value".
This page took 0.0487 seconds and 5 git commands to generate.