60643d379b
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
52 lines
1.3 KiB
Groff
52 lines
1.3 KiB
Groff
.\" 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 $
|
|
.\" Copyright 1989 by the Massachusetts Institute of Technology.
|
|
.\"
|
|
.\" For copying and distribution information,
|
|
.\" please see the file <Copyright.MIT>.
|
|
.\"
|
|
.TH KSRVTGT 1 "Kerberos Version 4.0" "MIT Project Athena"
|
|
.SH NAME
|
|
ksrvtgt \- fetch and store Kerberos ticket-granting-ticket using a
|
|
service key
|
|
.SH SYNOPSIS
|
|
.B ksrvtgt
|
|
name instance [[realm] srvtab]
|
|
.SH DESCRIPTION
|
|
.I ksrvtgt
|
|
retrieves a ticket-granting ticket with a lifetime of five (5) minutes
|
|
for the principal
|
|
.I name.instance@realm
|
|
(or
|
|
.I name.instance@localrealm
|
|
if
|
|
.I realm
|
|
is not supplied on the command line), decrypts the response using
|
|
the service key found in
|
|
.I srvtab
|
|
(or in
|
|
.B /etc/srvtab
|
|
if
|
|
.I srvtab
|
|
is not specified on the command line), and stores the ticket in the
|
|
standard ticket cache.
|
|
.PP
|
|
This command is intended primarily for use in shell scripts and other
|
|
batch-type facilities.
|
|
.SH DIAGNOSTICS
|
|
"Generic kerberos failure (kfailure)" can indicate a whole range of
|
|
problems, the most common of which is the inability to read the service
|
|
key file.
|
|
.SH FILES
|
|
.TP 2i
|
|
/etc/krb.conf
|
|
to get the name of the local realm.
|
|
.TP
|
|
/tmp/tkt[uid]
|
|
The default ticket file.
|
|
.TP
|
|
/etc/srvtab
|
|
The default service key file.
|
|
.SH SEE ALSO
|
|
kerberos(1), kinit(1), kdestroy(1)
|