From 3cf0c9dad61e0f5af3f709a4de577c368e473283 Mon Sep 17 00:00:00 2001 From: danw Date: Wed, 30 Jun 1999 20:55:47 +0000 Subject: [PATCH] #define ULTRIX_ID_HOLE, which will tell the server code to not use the 32000-32767 range for UIDs regardless of MAX_ID_VALUE --- include/moira_site.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/moira_site.h b/include/moira_site.h index ada3cfa7..0cec2e23 100644 --- a/include/moira_site.h +++ b/include/moira_site.h @@ -395,4 +395,11 @@ #define MOIRA_MOTD_FILE "/etc/smsdown" /* make the server go to sleep */ +/* If you have a uid between 32000 and 32767, Ultrix will give you a + * root shell. Oops. This define ought to stay around as long as there + * are any Athenized Ultrix machines around. + */ +#define ULTRIX_ID_HOLE + + #endif /* _moira_site_ */ /* Do not add anything after this line. */ -- 2.45.2