summaryrefslogtreecommitdiff
path: root/server/zsrv_conf.h
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-22 13:21:37 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-22 13:21:37 +0000
commit546a942dfb2c9be9295ef8974d4a9ae4751ee239 (patch)
treeb508832ae93801ee12f865a95c5e902a6b1a4b37 /server/zsrv_conf.h
parentd0b6d4abdb2c34f1b11c5ddc12b83164ce113b34 (diff)
Added warning about keeping ZCheckAuthentication consistent.
Diffstat (limited to 'server/zsrv_conf.h')
-rw-r--r--server/zsrv_conf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/zsrv_conf.h b/server/zsrv_conf.h
index 9c0ded5..556c268 100644
--- a/server/zsrv_conf.h
+++ b/server/zsrv_conf.h
@@ -31,7 +31,9 @@
/* name of file to hold the tickets for keys to exchange with other servers */
#define ZEPHYR_TKFILE Z_LIBDIR "/ztkts"
-/* pathname of Kerberos srvtab file */
+/* Pathname of Kerberos srvtab file.
+ WARNING: lib/ZCheckAuthentication.c needs to have a corresponding
+ definition! */
#define SERVER_SRVTAB Z_LIBDIR "/srvtab"
#endif