summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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