summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-11-14 07:01:54 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-11-14 07:01:54 +0000
commit1fc4ddc60c90816a804ce209a6a56316b9899451 (patch)
treee127c044a05331810379104e15ca740761415a53 /h/zephyr
parent0bfe13f094bec005952d2ce633d11b1dd05935a7 (diff)
add a #define of KRB_REALM for when Kerberos isn't in use.
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr_conf.h1
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__ */