]> andersk Git - moira.git/blobdiff - man/blanche.1
Initial revision
[moira.git] / man / blanche.1
index 2bcc9cfcf6f54af97468246d2201216ff5268e7e..fde66dc8fee2bb975165819ef294cea4b66d6271 100644 (file)
@@ -1,11 +1,11 @@
-.TH BLANCHE 1 "14 Sep 1988" "Project Athena"
+.TH SMSLIST 1 "14 Sep 1988" "Project Athena"
 \" RCSID: $Header$
 .SH NAME
-blanche \- examine and modify memberships in SMS lists
+smslist \- examine and modify memberships in SMS lists
 .SH SYNOPSIS
-.B blanche [options] listname [options]
+.B smslist [options] listname [options]
 .SH DESCRIPTION
-.I Blanche
+.I Smslist
 is a tool for maintaining the membership of SMS lists.  It is more
 limited than the menu-oriented listmaint, but has a more traditional
 unix user interface which makes it easier to use in scripts.  It can
@@ -17,7 +17,7 @@ user:username, list:listname, or string:string_text; or the type may
 be left off if the member name is non ambiguous.  A member having
 punctuation characters (such as at-sign) in it is immediately assumed
 to be a string.  Otherwise,
-.B blanche
+.B smslist
 will try first as a user, and if that fails will try the member as a
 list, and finally fall back to string if both of those fail.
 
@@ -45,7 +45,7 @@ The file contains one member per line.  It may have blank lines.
 Anything following a semicolon is considered a comment.  If the 
 .I filename
 is "-",
-.B blanche
+.B smslist
 will read from standard input.
 .IP \fB-info\ \fRor\ \fB-i\fR:
 Display other information about the target list besides the
@@ -54,9 +54,21 @@ status, owner, and last modification.
 .IP \fB-members\ \fRor\ \fB-m\fR:
 Display the membership of the target list.  This is the default if no
 other options are specified.
+.IP \fB-users\ \fRor\ \fB-u\fR:
+Only display list members that are users (not lists or strings).  If
+none of \fB-users, -lists, \fRor \fB-strings\fR is specified, then all
+of them will be displayed.
+.IP \fB-lists\ \fRor\ \fB-l\fR:
+Only display list members that are lists (not users or strings).  If
+none of \fB-users, -lists, \fRor \fB-strings\fR is specified, then all
+of them will be displayed.
+.IP \fB-strings\ \fRor\ \fB-s\fR:
+Only display list members that are strings (not users or lists).  If
+none of \fB-users, -lists, \fRor \fB-strings\fR is specified, then all
+of them will be displayed.
 .IP \fB-recursive\ \fRor\ \fB-r\fR:
 When displaying the membership of the target list, recursively track
-down all lists which are members of the target, and get their
+down all lists that are members of the target, and get their
 membership.  Only the user and string members will be displayed, not
 the intermediate lists.
 .IP \fB-verbose\ \fRor\ \fB-v\fR:
@@ -65,6 +77,10 @@ number of members on the list.  With the members flag, it will display
 the type of each member, not just those that are ambiguous.  When
 changing the membership of a list, it will print a message for each
 member added or deleted.
+.IP \fB-noauth\ \fRor\ \fB-n\fR:
+Do not attempt to perform Kerberos authentication with the SMS server.
+Retrieval operations on not-hidden lists are still possible without
+tickets.
 .IP \fB-debug\ \fRor\ \fB-D\fR:
 Turn on debugging messages.
 
This page took 0.034416 seconds and 4 git commands to generate.