summaryrefslogtreecommitdiff
path: root/server/zsrv_conf.h
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-19 10:57:35 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-19 10:57:35 +0000
commitfde7ef96c30cd43b57f2aac057619e1d9dc1a17c (patch)
tree947fb17218a42a2fe394f518b9f07f0a6150e1ba /server/zsrv_conf.h
parent1e400cc9d5d3b40539aaa5baca9954d0c48da33b (diff)
Changed acldir to /usr/athena/lib/zephyr/acl/
Diffstat (limited to 'server/zsrv_conf.h')
-rw-r--r--server/zsrv_conf.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/server/zsrv_conf.h b/server/zsrv_conf.h
index 9b45e3b..f03fe42 100644
--- a/server/zsrv_conf.h
+++ b/server/zsrv_conf.h
@@ -19,11 +19,13 @@
/* Magic path names */
#ifndef HESIOD
#define SERVER_LIST_FILE "/usr/athena/lib/zephyr/server.list"
-#endif /* !HESIOD */
+#endif
/* ACL's for pre-registered classes */
/* Directory containing acls and other info */
-#define ZEPHYR_ACL_DIR "/usr/athena/lib/zephyr/"
+#ifndef ZEPHYR_ACL_DIR
+#define ZEPHYR_ACL_DIR "/usr/athena/lib/zephyr/acl/"
+#endif
/* name of the class registry */
#define ZEPHYR_CLASS_REGISTRY "class-registry.acl"
@@ -32,10 +34,9 @@
#define ZEPHYR_TKFILE "/usr/athena/lib/zephyr/ztkts"
/* Pathname of Kerberos srvtab file.
- WARNING: lib/ZCheckAuthentication.c needs to have a corresponding
- definition! */
+ * WARNING: lib/ZCkAuth.c needs to have a corresponding definition! */
#define SERVER_SRVTAB "/usr/athena/lib/zephyr/srvtab"
-#endif
+#endif /* KERBEROS */
/* default subscription file */
#define DEFAULT_SUBS_FILE "/usr/athena/lib/zephyr/default.subscriptions"