blob: 8397aba1d9d2c7dfaf0822609e8c7d9812e66b7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
*** config.h.orig Mon Jan 20 06:21:30 1997
--- config.h Thu Jan 30 16:13:31 1997
***************
*** 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)
*/
***************
*** 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
|