diff options
author | John Kohl <jtkohl@mit.edu> | 1988-11-14 07:01:54 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1988-11-14 07:01:54 +0000 |
commit | 1fc4ddc60c90816a804ce209a6a56316b9899451 (patch) | |
tree | e127c044a05331810379104e15ca740761415a53 /h | |
parent | 0bfe13f094bec005952d2ce633d11b1dd05935a7 (diff) |
add a #define of KRB_REALM for when Kerberos isn't in use.
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/zephyr_conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h/zephyr/zephyr_conf.h b/h/zephyr/zephyr_conf.h index e358581..a3959bf 100644 --- a/h/zephyr/zephyr_conf.h +++ b/h/zephyr/zephyr_conf.h @@ -46,6 +46,7 @@ typedef int gid_t; #define REALM_SZ MAXHOSTNAMELEN #define INST_SZ 0 /* no instances w/o Kerberos */ #define ANAME_SZ 9 /* size of a username + null */ +#define KRB_REALM "ATHENA.MIT.EDU" /* your local "realm" */ #endif /* !KERBEROS */ #endif /* __ZEPHYR_CONF_H__ */ |