source: trunk/third/moira/debian/addusr.1 @ 25015

Revision 25015, 1.8 KB checked in by jdreed, 14 years ago (diff)
In moira: * Add manpages for addusr and namespace (Trac: 268)
Line 
1.TH ADDUSR 1 "March 2011" "Debathena" debathena-moira-clients
2.SH NAME
3addusr \- bulk-register new users in Moira
4.SH SYNOPSIS
5.B addusr [options]
6.SH DESCRIPTION
7.I addusr
8is a tool for registering large numbers of users in Moira, pulling
9data from a file.
10.SH OPTIONS
11.IP \fB-file\ \fRor\ \fB-f\fR
12Comma-separated file to use (default: STDIN)
13.IP \fB-class\ \fIclass\ \fRor\ \fB-c\ \fIclass\fR
14Class to assign users (default: TEMP)
15.IP \fB-comment\ \fIcomment\ \fRor\ \fB-C\ \fIcomment\fR
16Set the comment for the users to \fIcomment\fR.
17.IP \fB-status\ \fIstatus\ \fRor\ \fB-S\ \fIstatus\fR
18Set the status field for the users to \fIstatus\fR. (Default: 0)
19.IP \fB-shell\ \fIshell\ \fRor\ \fB-s\ \fIshell\fR
20Set the shell for the users to \fIshell\fR. (Default: /bin/bash)
21.IP \fB-winshell\ \fIwinshell\ \fRor\ \fB-w\ \fIwinshell\fR
22Set the Windows shell for the users to \fIwinshell\fR. (Default: cmd)
23.IP \fB-sponsor\ \fIsponsor\ \fRor\ \fB-sp\ \fIsponsor\fR
24Set the sponsor of the users to \fIsponsor\fR.  (Default: NONE)
25.IP \fB-expiration\ \fIdate\ \fRor\ \fB-e\ \fIdate\fR
26Set the expiration date for the users to \fIdate\fR.  (Default: "")
27.IP \fB-reg_only\ \fRor\ \fB-r\fR
28Bulk-register users who are already in Moira.
29.IP \fB-register\ \fRor\ \fB-R\fR
30Register users and add to database.
31.IP \fB-verbose\ \fRor\ \fB-v\fR
32Be verbose.
33.IP \fB-nodupcheck\ \fRor\ \fB-d\fR
34Don't check for duplicate names.
35.IP \fB-nocaps\ \fRor\ \fB-n\fR
36Don't fix capitalization of names.
37.IP \fB-database\ \fIhost:port\ \fRor\ \fB-db\ \fIhost:port\fR
38Use the specified host and port to contact the Moira database instead of
39the default server.  Both may be symbolic names or numbers.  If the
40port is left off, the default Moira server port will be assumed. 
41
42.SH AUTHORS
43Garry Zacheiss, MIT Information Systems.
44
45Manual page by Jonathan Reed, MIT IS&T.
46.SH SEE ALSO
47moira(1)
48
49
Note: See TracBrowser for help on using the repository browser.