1997-01-30 17:00:56 +00:00
|
|
|
*** config.h.orig Mon Jan 20 06:21:30 1997
|
|
|
|
--- config.h Thu Jan 30 16:13:31 1997
|
1995-10-09 05:27:19 +00:00
|
|
|
***************
|
|
|
|
*** 30,35 ****
|
|
|
|
--- 30,43 ----
|
|
|
|
#define LOG_FAILED
|
|
|
|
|
|
|
|
/*
|
|
|
|
+ * log login attempts that fail because of class connection
|
|
|
|
+ * limits. Busy servers may want to prevent this logging
|
|
|
|
+ * since it can fill up the log file and put a high load on
|
|
|
|
+ * syslog.
|
|
|
|
+ */
|
|
|
|
+ #define LOG_TOOMANY
|
|
|
|
+
|
|
|
|
+ /*
|
|
|
|
* allow use of private file. (for site group and site gpass)
|
|
|
|
*/
|
|
|
|
|
1997-01-30 17:00:56 +00:00
|
|
|
***************
|
|
|
|
*** 64,68 ****
|
|
|
|
* See README-2.4-HOBBIT for more information on this option.
|
|
|
|
*/
|
|
|
|
|
|
|
|
! #undef SKEY
|
|
|
|
|
|
|
|
--- 72,76 ----
|
|
|
|
* See README-2.4-HOBBIT for more information on this option.
|
|
|
|
*/
|
|
|
|
|
|
|
|
! #define SKEY
|
|
|
|
|