]> andersk Git - moira.git/commitdiff
#define ULTRIX_ID_HOLE, which will tell the server code to not use the
authordanw <danw>
Wed, 30 Jun 1999 20:55:47 +0000 (20:55 +0000)
committerdanw <danw>
Wed, 30 Jun 1999 20:55:47 +0000 (20:55 +0000)
32000-32767 range for UIDs regardless of MAX_ID_VALUE

include/moira_site.h

index ada3cfa78505f6308a266414da064448c9b91cfd..0cec2e23c16bbabbcab14be7b8a08bb966780546 100644 (file)
 #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. */
This page took 0.071379 seconds and 5 git commands to generate.