man kext_srvtab (Administration système) - ext_srvtab

NAME

ext_srvtab - extract service key files from Kerberos key distribution center database

SYNOPSIS

[-n] [-r realm] [hostname Ns ...]

DESCRIPTION

extracts service key files from the Kerberos key distribution center (KDC) database.

Upon execution, it prompts the user to enter the master key string for the database. If the -n option is specified, the master key is instead fetched from the master key cache file.

For each hostname specified on the command line, creates the service key file hostname Ns -new-srvtab , containing all the entries in the database with an instance field of Ar hostname . This new file contains all the keys registered for Kerberos-mediated service providing programs which use the krb_get_phost() principal and instance conventions to run on the host hostname . If the -r option is specified, the realm fields in the extracted file will match the given realm rather than the local realm.

DIAGNOSTICS

verify_master_key: Invalid master key, does not match database.
The master key string entered was incorrect.

FILES

hostname Ns -new-srvtab
Service key file generated for
/var/kerberos/principal.pag Ns No , /var/kerberos/principal.dir

SEE ALSO

read_service_key(3) ,krb_get_phost()