1afs5log(8) System Administrator's Manual afs5log(8)
2
3
4
6 afs5log - AFS token initializer
7
8
10 afs5log [ [-v] [-5] [-k] [-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 -s strategy
31 Overrides the default token-setting strategy ("v4,524,2b,rxk5")
32 with the named strategy. Recognized strategy names include:
33 rxk5 rxk5 (requires OpenAFS 1.6 or later)
34 2b rxkad "2b" (requires OpenAFS 1.2.8 or later)
35
36 -5 Skip attempts to use Kerberos IV and just use 2b-style tokens,
37 which are only supported by OpenAFS 1.2.8 and later.
38
39 -k Skip attempts to use Kerberos IV and use rxk5-style tokens,
40 which are only supported by OpenAFS 1.6 and later.
41
42 -n Assume that, if a cell name and a realm name differ only by
43 case, that the name of the AFS service's principal name doesn't
44 include an instance.
45
46
48 pam_krb5(5) krb5.conf(5)
49
50
52 Probably, but let's hope not. If you find any, please file them in the
53 bug database at http://bugzilla.redhat.com/ against the "pam_krb5" com‐
54 ponent.
55
56
58 Nalin Dahyabhai <nalin@redhat.com>
59
60
61
62Red Hat Linux 2007/12/18 afs5log(8)