1 .\" Copyright (c) 1998 - 2003 Kungliga Tekniska Högskolan
2 .\" (Royal Institute of Technology, Stockholm, Sweden).
3 .\" All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
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.
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.
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
40 .Nd acquire initial tickets
43 .Op Fl 4 | Fl -524init
44 .Op Fl 9 | Fl -524convert
46 .Oo Fl c Ar cachename \*(Ba Xo
47 .Fl -cache= Ns Ar cachename
50 .Op Fl f | Fl -forwardable
51 .Oo Fl t Ar keytabname \*(Ba Xo
52 .Fl -keytab= Ns Ar keytabname
55 .Oo Fl l Ar time \*(Ba Xo
56 .Fl -lifetime= Ns Ar time
59 .Op Fl p | Fl -proxiable
62 .Oo Fl r Ar time \*(Ba Xo
63 .Fl -renewable-life= Ns Ar time
66 .Oo Fl S Ar principal \*(Ba Xo
67 .Fl -server= Ns Ar principal
70 .Oo Fl s Ar time \*(Ba Xo
71 .Fl -start-time= Ns Ar time
74 .Op Fl k | Fl -use-keytab
75 .Op Fl v | Fl -validate
76 .Oo Fl e Ar enctypes \*(Ba Xo
77 .Fl -enctypes= Ns Ar enctypes
80 .Oo Fl a Ar addresses \*(Ba Xo
81 .Fl -extra-addresses= Ns Ar addresses
84 .Op Fl -fcache-version= Ns Ar integer
85 .Op Fl A | Fl -no-addresses
89 .Op Ar principal Op Ar command
92 is used to authenticate to the Kerberos server as
94 or if none is given, a system generated default (typically your login
95 name at the default realm), and acquire a ticket granting ticket that
96 can later be used to obtain tickets for other services.
100 with Kerberos 4 support and you have a
103 will detect this and get you Kerberos 4 tickets.
109 .Fl -cache= Ns Ar cachename
111 The credentials cache to put the acquired ticket in, if other than
117 Get ticket that can be forwarded to another host.
119 .Fl t Ar keytabname ,
120 .Fl -keytab= Ns Ar keytabname
122 Don't ask for a password, but instead get the key from the specified
126 .Fl -lifetime= Ns Ar time
128 Specifies the lifetime of the ticket.
129 The argument can either be in seconds, or a more human readable string
136 Request tickets with the proxiable flag set.
142 The ticket must have the
144 flag set, and must not be expired.
147 .Fl -renewable-life ,
148 with an infinite time.
151 .Fl -renewable-life= Ns Ar time
153 The max renewable ticket life.
156 .Fl -server= Ns Ar principal
158 Get a ticket for a service other than krbtgt/LOCAL.REALM.
161 .Fl -start-time= Ns Ar time
163 Obtain a ticket that starts to be valid
165 (which can really be a generic time specification, like
167 seconds into the future.
174 but with the default keytab name (normally
175 .Ar FILE:/etc/krb5.keytab ) .
180 Try to validate an invalid ticket.
183 .Fl -enctypes= Ns Ar enctypes
185 Request tickets with this particular enctype.
187 .Fl -fcache-version= Ns Ar version
189 Create a credentials cache of version
193 .Fl -extra-addresses= Ns Ar enctypes
195 Adds a set of addresses that will, in addition to the systems local
196 addresses, be put in the ticket.
197 This can be useful if all addresses a client can use can't be
198 automatically figured out.
199 One such example is if the client is behind a firewall.
201 .Li libdefaults/extra_addresses
208 Request a ticket with no addresses.
212 Request an anonymous ticket (which means that the ticket will be
213 issued to an anonymous principal, typically
214 .Dq anonymous@REALM ) .
217 The following options are only available if
219 has been compiled with support for Kerberos 4.
225 Try to convert the obtained Kerberos 5 krbtgt to a version 4
227 It will store this ticket in the default Kerberos 4 ticket file.
232 only convert ticket to version 4
234 Gets AFS tickets, converts them to version 4 format, and stores them
236 Only useful if you have AFS.
245 options can be set to a default value from the
247 section in krb5.conf, see
248 .Xr krb5_appdefault 3 .
254 will set up new credentials caches, and AFS PAG, and then run the given
256 When it finishes the credentials will be removed.
260 Specifies the default credentials cache.
267 Specifies the Kerberos 4 ticket file to store version 4 tickets in.
275 .Xr krb5_appdefault 3 ,