summaryrefslogtreecommitdiffstats
path: root/eBones/usr.bin/ksrvtgt/ksrvtgt.1
blob: 0534c77fc9b0e4c11333f9fee4aa9322275b2f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.\" from: ksrvtgt.1,v 4.1 89/01/24 14:36:28 jtkohl Exp $
.\" $FreeBSD$
.\" 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/kerberosIV/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/kerberosIV/krb.conf
to get the name of the local realm.
.TP
/tmp/tkt[uid]
The default ticket file.
.TP
/etc/kerberosIV/srvtab
The default service key file.
.SH SEE ALSO
kerberos(1), kinit(1), kdestroy(1)
OpenPOWER on IntegriCloud