summarylogtreecommitdiffstats
path: root/check_kdc.patch
diff options
context:
space:
mode:
authorAndrás Wacha2016-11-15 15:44:55 +0100
committerAndrás Wacha2016-11-15 15:46:00 +0100
commit1c846a15d94d15049fcc47eb260b9432fa044f27 (patch)
tree019f5286b863fff6b08ce1810a95a46bb207252a /check_kdc.patch
downloadaur-monitoring-plugins-kdc.tar.gz
First commit
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`