This is simply an informational message, so folks googling for the
solution may find it, and won't have to bother you folks in this
newsgroup with unrelated questions.
RHEL (3 at least) ships with the /usr/kerberos/bin and
/usr/kerberos/sbin paths as the first two directories in the default
PATH. If you edit /etc/profile.d/krb5.sh and change the following two
entries:
PATH=/usr/kerberos/bin:${PATH}
PATH=/usr/kerberos/sbin:${PATH}
to read this way respectively:
PATH=${PATH}:/usr/kerberos/bin
PATH=${PATH}:/usr/kerberos/sbin
you should have no further probs.
Hope that helps,
Drew Myers
RHCE
________________________________________________
Kerberos mailing list [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos