summarylogtreecommitdiffstats
path: root/check_kdc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'check_kdc.patch')
-rw-r--r--check_kdc.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/check_kdc.patch b/check_kdc.patch
new file mode 100644
index 000000000000..a31bad875361
--- /dev/null
+++ b/check_kdc.patch
@@ -0,0 +1,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`