Rechercher une page de manuel
afslog
Langue: en
Version: 110351 (mandriva - 01/05/08)
Section: 1 (Commandes utilisateur)
BSD mandoc
HEIMDAL
NAME
afslog - obtain AFS tokensSYNOPSIS
[-h | --help ] [--no-v4 ] [--no-v5 ] [-u | --unlog ] [-v | --verbose ] [--version ] [-c cell | --cell= cell ] [-k realm | --realm= realm ] [-P principal | --principal= principal ] -words [-p path | --file= path ] [cell | path ... ]DESCRIPTION
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 will use whatever magic krb_afslog3 decides upon.Supported options:
- --no-v4
- This makes not try using Kerberos 4.
- --no-v5
- This makes not try using Kerberos 5.
- -P principal --principal principal
- select what Kerberos 5 principal to use.
- --cache cache
- select what Kerberos 5 credential cache to use. --principal overrides this option.
- -u --unlog
- Destroy tokens instead of obtaining new. If this is specified, all other options are ignored (except for --help and --version )
- -v --verbose
- Adds more verbosity for what is actually going on.
- -c cell, --cell= cell
- This specified one or more cell names to get tokens for.
- -k realm --realm= realm
- This is the Kerberos realm the AFS servers live in, this should normally not be specified.
- -p 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 Do . Dc or ``.. '' or they contain a slash, or if there exists a file by that name.
EXAMPLES
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
SEE ALSO
krb_afslog3Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre