diff options
Diffstat (limited to 'eBones/usr.bin/ksrvtgt')
-rw-r--r-- | eBones/usr.bin/ksrvtgt/ksrvtgt.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eBones/usr.bin/ksrvtgt/ksrvtgt.1 b/eBones/usr.bin/ksrvtgt/ksrvtgt.1 index 25fd9399ea3e..129c7457215c 100644 --- a/eBones/usr.bin/ksrvtgt/ksrvtgt.1 +++ b/eBones/usr.bin/ksrvtgt/ksrvtgt.1 @@ -1,5 +1,5 @@ .\" from: ksrvtgt.1,v 4.1 89/01/24 14:36:28 jtkohl Exp $ -.\" $Id: ksrvtgt.1,v 1.2 1994/07/19 19:27:52 g89r4222 Exp $ +.\" $Id: ksrvtgt.1,v 1.1.1.1 1994/09/30 14:50:07 csgr Exp $ .\" Copyright 1989 by the Massachusetts Institute of Technology. .\" .\" For copying and distribution information, @@ -25,7 +25,7 @@ is not supplied on the command line), decrypts the response using the service key found in .I srvtab (or in -.B /etc/srvtab +.B /etc/kerberosIV/srvtab if .I srvtab is not specified on the command line), and stores the ticket in the @@ -39,13 +39,13 @@ problems, the most common of which is the inability to read the service key file. .SH FILES .TP 2i -/etc/krb.conf +/etc/kerberosIV/krb.conf to get the name of the local realm. .TP /tmp/tkt[uid] The default ticket file. .TP -/etc/srvtab +/etc/kerberosIV/srvtab The default service key file. .SH SEE ALSO kerberos(1), kinit(1), kdestroy(1) |