From 10e0278f2f19402c31cf99a693454a2bc2830e6c Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 21 Aug 1989 22:12:43 +0000 Subject: [PATCH] added -k and -S options --- man/blanche.1 | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/man/blanche.1 b/man/blanche.1 index 70183946..88d59f7f 100644 --- a/man/blanche.1 +++ b/man/blanche.1 @@ -13,7 +13,8 @@ also read a set of list members from a file and synchronize the list in SMS to that file. Whenever a member is specified, it may be specified explicitly, as -user:username, list:listname, or string:string_text; or the type may +user:username, list:listname, string:string_text, or +kerberos:principal_name; 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, @@ -24,7 +25,8 @@ list, and finally fall back to string if both of those fail. The default output mode is similar, in that usernames are displayed without any identifying type, lists are always displayed as list:listname, and strings will only be labeled as a string if they do -not have any punctuation characters in them. +not have any punctuation characters in them. Kerberos members will +always have the type displayed. .SH OPTIONS .IP \fB-add\ \fImember\ \fRor\ \fB-a\ \fImember\fR: This will add the specified member to the target list. This option @@ -56,16 +58,21 @@ 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 +none of \fB-users, -lists, -strings, \fRor \fB-kerberos\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 +none of \fB-users, -lists, -strings, \fRor \fB-kerberos\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 +none of \fB-users, -lists, -strings, \fRor \fB-kerberos\fR is specified, then all of them will be displayed. +.IP \fB-kerberos\ \fRor\ \fB-k\fR: +Only display list members that are kerberos principals (not users, +lists, or strings). If +none of \fB-users, -lists, -strings, \fRor \fB-kerberos\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 that are members of the target, and get their @@ -81,6 +88,9 @@ member added or deleted. Do not attempt to perform Kerberos authentication with the SMS server. Retrieval operations on not-hidden lists are still possible without tickets. +.IP \fB-server\ \fIhost:port\ \fRor\ \fB-S\ \fIhost:port\fR: +Use the specified host and port to contact the Moira server instead of +the default server. Both may be symbolic names or numbers. .IP \fB-debug\ \fRor\ \fB-D\fR: Turn on debugging messages. -- 2.45.1