diff options
author | Kenneth G Raeburn <raeburn@mit.edu> | 1991-03-22 13:21:37 +0000 |
---|---|---|
committer | Kenneth G Raeburn <raeburn@mit.edu> | 1991-03-22 13:21:37 +0000 |
commit | 546a942dfb2c9be9295ef8974d4a9ae4751ee239 (patch) | |
tree | b508832ae93801ee12f865a95c5e902a6b1a4b37 | |
parent | d0b6d4abdb2c34f1b11c5ddc12b83164ce113b34 (diff) |
Added warning about keeping ZCheckAuthentication consistent.
-rw-r--r-- | server/zsrv_conf.h | 4 |
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 |