[28690] in Source-Commits
lert commit: lert doesn't run as root, don't use system keytab file
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Wed Sep 14 00:53:43 2016
Date: Wed, 14 Sep 2016 00:53:38 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201609140453.u8E4rcps003814@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/lert/commit/560b8e180cd92f11ee3bc7f4939fe96024f70e65
commit 560b8e180cd92f11ee3bc7f4939fe96024f70e65
Author: Jonathon Weiss <jweiss@mit.edu>
Date: Mon Sep 12 18:56:19 2016 -0400
lert doesn't run as root, don't use system keytab file
lert.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lert.h b/lert.h
index 223c548..5f11493 100644
--- a/lert.h
+++ b/lert.h
@@ -25,8 +25,8 @@
/* where the data base and log are */
#define LERTS_DATA "/var/lib/lert/lertdata"
#define LERTS_LOG "/var/lib/lert/lertlog"
-#define LERTS_SRVTAB "/etc/srvtab"
-#define LERTS_KEYTAB "/etc/krb5.keytab"
+#define LERTS_SRVTAB "/var/lib/lert/srvtab"
+#define LERTS_KEYTAB "/var/lib/lert/krb5.keytab"
/* the base name of the displayed files */
#define LERTS_MSG_FILES "/afs/athena/system/config/lert/lert"