diff options
author | Jim Rees <rees@cvs.openbsd.org> | 1997-04-08 23:08:51 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 1997-04-08 23:08:51 +0000 |
commit | da006c958a96459ca07532e71b77cccf03eef87e (patch) | |
tree | 4b0cd8fb81a32ad0d6769e0786b65e30909f8ea5 /kerberosIV | |
parent | aa09cbe6cd29ed0d0321436b763061d809e5a197 (diff) |
add '-a' flag for afs string-to-key.
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/ksrvutil/ksrvutil.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kerberosIV/ksrvutil/ksrvutil.8 b/kerberosIV/ksrvutil/ksrvutil.8 index 0ca8493438f..e6b2181defb 100644 --- a/kerberosIV/ksrvutil/ksrvutil.8 +++ b/kerberosIV/ksrvutil/ksrvutil.8 @@ -3,7 +3,7 @@ .\" For copying and distribution information, .\" please see the file <mit-copyright.h>. .\" -.\" $Id: ksrvutil.8,v 1.1 1995/12/14 06:52:53 tholo Exp $ +.\" $Id: ksrvutil.8,v 1.2 1997/04/08 23:08:50 rees Exp $ .TH KSRVUTIL 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME ksrvutil \- host kerberos keyfile (srvtab) manipulation utility @@ -15,6 +15,8 @@ ksrvutil ] [ .B \-i ] [ +.B \-a +] [ .B \-f filename ] .SH DESCRIPTION @@ -62,6 +64,13 @@ to add the key to the keyfile and then to change the key so that it will be random and unknown to either the system manager or the kerberos administrator. +.PP +If the \-a option is given, +.I ksrvutil +uses the AFS string-to-key function. Use this if you are running +an AFS kaserver. + +.PP .I ksrvutil always makes a backup copy of the keyfile before making any changes. |