1 .\" Copyright (c) 2002 - 2007 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
32 .\" $Heimdal: afslog.1 20310 2007-04-11 11:22:23Z lha $
48 .Op Fl v | Fl -verbose
50 .Oo Fl c Ar cell \*(Ba Xo
54 .Oo Fl k Ar realm \*(Ba Xo
55 .Fl -realm= Ns Ar realm
58 .Oo Fl P Ar principal \*(Ba Xo
59 .Fl -principal= Ns Ar principal
63 .Oo Fl p Ar path \*(Ba Xo
68 .Op Ar cell | path ...
71 obtains AFS tokens for a number of cells. What cells to get tokens for
72 can either be specified as an explicit list, as file paths to get
73 tokens for, or be left unspecified, in which case
75 will use whatever magic
84 not try using Kerberos 4.
88 not try using Kerberos 5.
91 .Fl -principal Ar principal
93 select what Kerberos 5 principal to use.
94 .It Fl -cache Ar cache
95 select what Kerberos 5 credential cache to use.
97 overrides this option.
102 Destroy tokens instead of obtaining new. If this is specified, all
103 other options are ignored (except for
111 Adds more verbosity for what is actually going on.
114 .Fl -cell= Ns Ar cell
116 This specified one or more cell names to get tokens for.
119 .Fl -realm= Ns Ar realm
121 This is the Kerberos realm the AFS servers live in, this should
122 normally not be specified.
125 .Fl -file= Ns Ar path
127 This specified one or more file paths for which tokens should be
135 you may also pass a list of cells and file paths after any other
136 options. These arguments are considered files if they are either
141 or they contain a slash, or if there exists a file by that name.
143 Assuming that there is no file called
145 in the current directory, and that
147 points to that cell, the follwing should be identical:
148 .Bd -literal -offset indent
149 $ afslog -c openafs.org
151 $ afslog /afs/openafs.org/some/file