NAME
krb5conf -- kerberos configuration file
SYNOPSIS
The krb5conf product contains the configuration file
krb5.conf.template which needs to be copied into the /etc
directory on EACH NODE that is running kerberos. (It also
needs to be slightly tweaked depending on whether or not
you're running AFS on the node).
You can do this a number of ways. The easiest is to install
krb5conf as
upd install krb5conf -G -c
Then on *all* nodes in the cluster (including the original
node), from the
ups installAsRoot krb5conf
Alternatively, you may manually set the SOURCE_FILE environ-
mental variable to point to the krb5.conf.template script,
SOURCE_FILE=/path/to/krb5/ups/krb5.conf.template
and then invoke the 'install' script
/path/to/krb5/ups/install
You must do this as 'root' (or some other account which is
able to write into /etc), and you must do it on EACH NODE.
AUTHOR
Lauri Loebel Carpenter Fermilab Computing Division
(lauri@fnal.gov)