Deleted Added
sdiff udiff text old ( 107207 ) new ( 120945 )
full compact
1.\" $Id: kinit.1,v 1.20 2002/08/28 16:09:36 joda Exp $
2.\"
3.Dd May 29, 1998
4.Dt KINIT 1
5.Os HEIMDAL
6.Sh NAME
7.Nm kinit
8.Nm kauth
9.Nd acquire initial tickets
10.Sh SYNOPSIS

--- 42 unchanged lines hidden (view full) ---

53.Op Fl -fcache-version= Ns Ar integer
54.Op Fl -no-addresses
55.Op Fl -anonymous
56.Op Fl -version
57.Op Fl -help
58.Op Ar principal Op Ar command
59.Sh DESCRIPTION
60.Nm
61is used to authenticate to the kerberos server as
62.Ar principal ,
63or if none is given, a system generated default (typically your login
64name at the default realm), and acquire a ticket granting ticket that
65can later be used to obtain tickets for other services.
66.Pp
67If you have compiled
68.Nm kinit
69with Kerberos 4 support and you have a

--- 16 unchanged lines hidden (view full) ---

86Get ticket that can be forwarded to another host.
87.It Xo
88.Fl t Ar keytabname ,
89.Fl -keytab= Ns Ar keytabname
90.Xc
91Don't ask for a password, but instead get the key from the specified
92keytab.
93.It Xo
94.Fl l Ar time Ns ,
95.Fl -lifetime= Ns Ar time
96.Xc
97Specifies the lifetime of the ticket. The argument can either be in
98seconds, or a more human readable string like
99.Sq 1h .
100.It Xo
101.Fl p ,
102.Fl -proxiable

--- 140 unchanged lines hidden ---