Deleted Added
full compact
kinit.1 (107207) kinit.1 (120945)
1.\" $Id: kinit.1,v 1.20 2002/08/28 16:09:36 joda Exp $
1.\" Copyright (c) 1998 - 2002 Kungliga Tekniska H�gskolan
2.\" (Royal Institute of Technology, Stockholm, Sweden).
3.\" All rights reserved.
2.\"
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\"
9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer.
11.\"
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\" notice, this list of conditions and the following disclaimer in the
14.\" documentation and/or other materials provided with the distribution.
15.\"
16.\" 3. Neither the name of the Institute nor the names of its contributors
17.\" may be used to endorse or promote products derived from this software
18.\" without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" $Id: kinit.1,v 1.23 2003/04/06 17:49:05 lha Exp $
33.\"
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
34.Dd May 29, 1998
35.Dt KINIT 1
36.Os HEIMDAL
37.Sh NAME
38.Nm kinit
39.Nm kauth
40.Nd acquire initial tickets
41.Sh SYNOPSIS

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

84.Op Fl -fcache-version= Ns Ar integer
85.Op Fl -no-addresses
86.Op Fl -anonymous
87.Op Fl -version
88.Op Fl -help
89.Op Ar principal Op Ar command
90.Sh DESCRIPTION
91.Nm
61is used to authenticate to the kerberos server as
92is 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
93.Ar principal ,
94or if none is given, a system generated default (typically your login
95name at the default realm), and acquire a ticket granting ticket that
96can later be used to obtain tickets for other services.
97.Pp
98If you have compiled
99.Nm kinit
100with Kerberos 4 support and you have a

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

117Get ticket that can be forwarded to another host.
118.It Xo
119.Fl t Ar keytabname ,
120.Fl -keytab= Ns Ar keytabname
121.Xc
122Don't ask for a password, but instead get the key from the specified
123keytab.
124.It Xo
94.Fl l Ar time Ns ,
125.Fl l Ar time ,
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 ---
126.Fl -lifetime= Ns Ar time
127.Xc
128Specifies the lifetime of the ticket. The argument can either be in
129seconds, or a more human readable string like
130.Sq 1h .
131.It Xo
132.Fl p ,
133.Fl -proxiable

--- 140 unchanged lines hidden ---