summarylogtreecommitdiffstats
path: root/check_kdc.patch
blob: a31bad875361c8a28f314f6613eff2b7a16a6123 (plain)
1
2
3
4
92c92
< err=`KRB5_CONFIG=$conf /usr/kerberos/bin/kinit -c "$cc" -k -t "$keytab" "$principal" 2>&1`
---
> err=`KRB5_CONFIG=$conf /usr/bin/kinit -c "$cc" -k -t "$keytab" "$principal" 2>&1`