1afs5log(8) System Administrator's Manual afs5log(8)
2
3
4
6 afs5log - AFS token initializer
7
8
10 afs5log [ [-v] [-5] [-p path] [cell[=principal] ] ] [...]
11
12
14 The afs5log command uses Kerberos to obtain AFS tokens for the named
15 cells. If no cell is named, tokens are obtained for the local cell.
16 If the principal name of the afs service for the cell is known, the
17 cell name may also be given in the form cell=principal_name. Attempts
18 are made to obtain Kerberos IV credentials first, and if that fails,
19 afs5log will create Kerberos 5 (2b-style) tokens.
20
21
23 -v Turns on verbose mode. afs5log will print debugging messages
24 while it does its work. Use more than once to get more detail.
25
26 -p path
27 Determine which cell the specified path resides in, and obtain
28 tokens for that cell.
29
30 -5 Skip attempts to use Kerberos IV and just use 2b-style tokens,
31 which are only supported by OpenAFS 1.2.8 and later.
32
33
35 pam_krb5(5) krb5.conf(5)
36
37
39 Probably, but let's hope not. If you find any, please file them in the
40 bug database at http://bugzilla.redhat.com/ against the "pam_krb5" com‐
41 ponent.
42
43
45 Nalin Dahyabhai <nalin@redhat.com>
46
47
48
49Red Hat Linux 2005/09/22 afs5log(8)