"Hard-coded paths made more generic. These will soon be configurable with configure...
[hcoop/zz_old/modwaklog.git] / mod_waklog.c
index 468aca3..65fb9fa 100644 (file)
@@ -16,8 +16,8 @@
 #include <afs/auth.h>
 #include <rx/rxkad.h>
 
-#define KEYTAB                 "/home/drh/keytab.itdwww"
-#define KEYTAB_PRINCIPAL       "itdwww"
+#define KEYTAB                 "/path/to/keytab.www"
+#define KEYTAB_PRINCIPAL       "principalwww"
 
 #define TKT_LIFE       10*60*60
 #define        SLEEP_TIME      TKT_LIFE - 5*60