]> andersk Git - moira.git/blame - man/blanche.1
Command line printer manipulation client, and build goo.
[moira.git] / man / blanche.1
CommitLineData
b62300ef 1.TH BLANCHE 1 "14 Sep 1988" "Project Athena"
e6386401 2\" RCSID: $Header$
3.SH NAME
150c46e2 4blanche \- examine and modify memberships in Moira lists
e6386401 5.SH SYNOPSIS
80cfb3e9 6.B blanche listname [options]
e6386401 7.SH DESCRIPTION
b62300ef 8.I Blanche
150c46e2 9is a tool for maintaining the membership of Moira lists. It is more
e6386401 10limited than the menu-oriented listmaint, but has a more traditional
11unix user interface which makes it easier to use in scripts. It can
12also read a set of list members from a file and synchronize the list
150c46e2 13in Moira to that file.
e6386401 14
15Whenever a member is specified, it may be specified explicitly, as
10e0278f 16user:username, list:listname, string:string_text, or
17kerberos:principal_name; or the type may
e6386401 18be left off if the member name is non ambiguous. A member having
19punctuation characters (such as at-sign) in it is immediately assumed
20to be a string. Otherwise,
b62300ef 21.B blanche
e6386401 22will try first as a user, and if that fails will try the member as a
23list, and finally fall back to string if both of those fail.
24
25The default output mode is similar, in that usernames are displayed
26without any identifying type, lists are always displayed as
27list:listname, and strings will only be labeled as a string if they do
10e0278f 28not have any punctuation characters in them. Kerberos members will
29always have the type displayed.
e6386401 30.SH OPTIONS
2d1d1fcd 31.IP \fB-add\ \fImember\ \fRor\ \fB-a\ \fImember\fR
e6386401 32This will add the specified member to the target list. This option
33may be specified multiple times with different members on the same
34command line.
2d1d1fcd 35.IP \fB-delete\ \fImember\ \fRor\ \fB-d\ \fImember\fR
e6386401 36This will delete the specified member from the target list. This
37option may be specified multiple times with different members on the
38same command line.
2d1d1fcd 39.IP \fB-file\ \fIfilename\ \fRor\ \fB-f\ \fIfilename\fR
e6386401 40This will read a list of members from the named file, and make those
41members be the membership of the target list. It will do this by
150c46e2 42extracting the current membership of the target list from Moira, then
e6386401 43diff these two sets of members, and determine who has to be added and
44deleted from the list so it will match the contents of the file.
45
46The file contains one member per line. It may have blank lines.
47Anything following a semicolon is considered a comment. If the
48.I filename
49is "-",
b62300ef 50.B blanche
e6386401 51will read from standard input.
2d1d1fcd 52.IP \fB-info\ \fRor\ \fB-i\fR
e6386401 53Display other information about the target list besides the
54membership. This includes the description, flags, maillist and group
55status, owner, and last modification.
2d1d1fcd 56.IP \fB-addlist\ \fIfilename\ \fRor\ \fB-al\ \fIfilename\fR
f3f76255 57This will read a list of members from the named file, and add those
58members to the target list. The file format is specified above.
2d1d1fcd 59.IP \fB-deletelist\ \fIfilename\ \fRor\ \fB-dl\ \fIfilename\fR
f3f76255 60This will read a list of members from the named file, and delete those
61members from the target list. The file format is specified above.
2d1d1fcd 62.IP \fB-members\ \fRor\ \fB-m\fR
e6386401 63Display the membership of the target list. This is the default if no
64other options are specified.
2d1d1fcd 65.IP \fB-users\ \fRor\ \fB-u\fR
faa2afac 66Only display list members that are users (not lists or strings). If
10e0278f 67none of \fB-users, -lists, -strings, \fRor \fB-kerberos\fR is specified, then all
faa2afac 68of them will be displayed.
2d1d1fcd 69.IP \fB-lists\ \fRor\ \fB-l\fR
faa2afac 70Only display list members that are lists (not users or strings). If
10e0278f 71none of \fB-users, -lists, -strings, \fRor \fB-kerberos\fR is specified, then all
faa2afac 72of them will be displayed.
2d1d1fcd 73.IP \fB-strings\ \fRor\ \fB-s\fR
faa2afac 74Only display list members that are strings (not users or lists). If
10e0278f 75none of \fB-users, -lists, -strings, \fRor \fB-kerberos\fR is specified, then all
faa2afac 76of them will be displayed.
2d1d1fcd 77.IP \fB-kerberos\ \fRor\ \fB-k\fR
8806acba 78Only display list members that are Kerberos principals (not users,
10e0278f 79lists, or strings). If
80none of \fB-users, -lists, -strings, \fRor \fB-kerberos\fR is
81specified, then all of them will be displayed.
2d1d1fcd 82.IP \fB-recursive\ \fRor\ \fB-r\fR
e6386401 83When displaying the membership of the target list, recursively track
f1647f51 84down all lists that are members of the target, and get their
e6386401 85membership. Only the user and string members will be displayed, not
86the intermediate lists.
2d1d1fcd 87.IP \fB-verbose\ \fRor\ \fB-v\fR
e6386401 88Give more information. With the info flag, it will also display the
89number of members on the list. With the members flag, it will display
90the type of each member, not just those that are ambiguous. When
91changing the membership of a list, it will print a message for each
92member added or deleted.
2d1d1fcd 93.IP \fB-noauth\ \fRor\ \fB-n\fR
150c46e2 94Do not attempt to perform Kerberos authentication with the Moira server.
faa2afac 95Retrieval operations on not-hidden lists are still possible without
96tickets.
2d1d1fcd 97.IP \fB-database\ \fIhost:port\ \fRor\ \fB-db\ \fIhost:port\fR
e4bf0050 98Use the specified host and port to contact the Moira database instead of
150c46e2 99the default server. Both may be symbolic names or numbers. If the
100port is left off, the default Moira server port will be assumed. The
e4bf0050 101database chosen will be the one specified on the command line, specified
150c46e2 102in the MOIRASERVER environment variable, the hesiod "moira" sloc entry,
103or the compiled in default, in that order or preference.
2d1d1fcd 104.IP \fB-create\ \fRor\ \fB-C\fR
105Create the named list (assuming you have list-creation priviliges in
106Moira.) By default it will be active, private, visible, a mailing
107list, and not a group, although this can be changed with the flags
108below.
109.IP \fB-rename\ \fInewname\ \fRor\ \fB-R\ \fInewname\fR
110Rename the list to the new name.
111.IP \fB-public\ \fR(\fB-P\fR)\ \fRor\ \fB-private\ \fR(\fB-NP\fR)
112Make the list public or private. (Users can add themselves to public
113lists.)
114.IP \fB-active\ \fR(\fB-A\fR)\ \fRor\ \fB-inactive\ \fR(\fB-I\fR)
115Make the list active or inactive. (Inactive lists are not propagated
116to the mailhubs and fileservers.)
117.IP \fB-visible\ \fR(\fB-V\fR)\ \fRor\ \fB-hidden\ \fR(\fB-H\fR)
118Make the list visible or hidden. (Hidden lists are harder to find the
119membership and admistrators of.)
120.IP \fB-mail\ \fR(\fB-M\fR)\ \fRor\ \fB-notmail\ \fR(\fB-NM\fR)
121Toggle whether or not the list is a mailing list.
122.IP \fB-group\ \fR(\fB-G\fR)\ \fRor\ \fB-notgroup\ \fR(\fB-NG\fR)
123Toggle whether or not the list is a group. (Groups can be used on the
124ACLs of directories in AFS.)
1db158ac 125.IP \fB-nfsgroup\ \fR(\fB-N\fR)\ \fRor\ \fB-notnfs\ \fR(\fB-NN\fR)
126Toggle whether or not the list is an NFS group. (NFS groups are
127included in a user's hesiod group list and in Moira-generated NFS
128credentials file, and can be used for controlling access to NFS exported
129filesystems.)
2d1d1fcd 130.IP \fB-desc\ \fIdescription\ \fRor\ \fB-D\ \fIdescription\fR
131Set the description of the list.
132.IP \fB-owner\ \fIowner\ \fRor\ \fB-O\ \fIowner\fR
133Set the owner of the list. The owner is specified like a list member,
134except that list owners can never be strings.
a1927cda 135.IP \fB-memacl\ \fImembership_acl\ \fRor\ \fB-MA\ \fImembership_acl\fR
136Set the mebership acl of the list; members of this acl will be allowed
137to add and remove members of the list, but not update any other
138characteristics. The membership acl is specified like a list member,
139except that it can never be a string.
b2159731 140To return a list to having default membership access control
141conditions, set the membership acl to "NONE".
e6386401 142
143.SH AUTHORS
144Mark Rosenstein and Jay Berkenbilt.
145.SH SEE ALSO
146listmaint(1)
e4bf0050 147
6ecbb8ad 148.SH DIAGNOSTICS
149The exit status from blanche is not as useful as you might hope. An
150exit status of 2 indicates a problem contacting the server or reading
151an input file. An exit status of 1 indicates that at least one add or
152delete failed, and an exit status of 0 indicates that all adds and
153deletes succeeded. If you need the exit status to be meaningful, you
154should only do one add or delete at a time.
155
e4bf0050 156.SH NOTES
157The listname doesn't actually have to be the first argument, but if
158you put it anywhere else, it's easy to get the other arguments in the
159wrong order and do something other than what you intended.
This page took 0.114844 seconds and 5 git commands to generate.