GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AFSLOG(1) FreeBSD General Commands Manual AFSLOG(1)

afslog
obtain AFS tokens

afslog [-h | --help] [--no-v5] [-u | --unlog] [-v | --verbose] [--version] [-c cell | --cell=cell] [-k realm | --realm=realm] [-P principal | --principal=principal] [-p path | --file=path] [cell | path ...]

afslog obtains AFS tokens for a number of cells. What cells to get tokens for can either be specified as an explicit list, as file paths to get tokens for, or be left unspecified, in which case afslog will use whatever magic krb_afslog(3) decides upon.

Supported options:

--no-v5
This makes afslog not try using Kerberos 5.
principal, --principal principal
select what Kerberos 5 principal to use.
--cache cache
select what Kerberos 5 credential cache to use. --principal overrides this option.
, --unlog
Destroy tokens instead of obtaining new. If this is specified, all other options are ignored (except for --help and --version).
, --verbose
Adds more verbosity for what is actually going on.
cell, --cell=cell
This specified one or more cell names to get tokens for.
realm, --realm=realm
This is the Kerberos realm the AFS servers live in, this should normally not be specified.
path, --file=path
This specified one or more file paths for which tokens should be obtained.

Instead of using -c and -p, you may also pass a list of cells and file paths after any other options. These arguments are considered files if they are either the strings “.” or “..” or they contain a slash, or if there exists a file by that name.

Assuming that there is no file called “openafs.org” in the current directory, and that /afs/openafs.org points to that cell, the follwing should be identical:
$ afslog -c openafs.org
$ afslog openafs.org
$ afslog /afs/openafs.org/some/file

krb_afslog(3)
November 26, 2002 HEIMDAL

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.