blob: 67cb35730961db2cdd4ec7d5569fa0d040005c55 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** config.h Fri Apr 1 11:03:59 1994
--- config.h Sat Oct 7 10:09:48 1995
***************
*** 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)
*/
|