[5485] in Kerberos
Re: sserver: recvauth failed--Bad file number
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Wed Jul 12 11:27:27 1995
Date: Wed, 12 Jul 1995 11:03:11 -0400
From: "Barry Jaspan" <bjaspan@cam.ov.com>
To: John Stewart <jns@cisco.com>
Cc: Sam Hartman <hartmans@MIT.EDU>, kerberos@MIT.EDU
In-Reply-To: [5484]
Is there an equivalent for the V4 "ksrvtgt"
Yes. kinit's -k option puts it into keytab mode, in which it gets its
password from the keytab instead of by prompting the user. The -t
argument specifies the keytab to use, /etc/v5srvtab (or whatever your
build names it) is the default. Most other kinit options still work
in keytab mode (which is why kinit -k is a better idea than ksrvtgt).
Barry