If PATH or LD_LIBRARY_PATH contained NFS-mounted directories and
Kerberos tickets had expired it would be impossible to run kinit.
alias kssh='ssh -o preferredauthentications=gssapi-with-mic'
alias pssh='ssh -o preferredauthentications=password,keyboard-interactive'
+unalias kinit 2>/dev/null
if [ -z "$OLDSOLARIS" -a -z "$OLDREDHAT" ]; then
if tty -s; then
if [ ! "$SUDO_UID" ]; then
fi
unset cache ccname default ng
+alias kinit='( builtin cd /; exec -c kinit )'