summaryrefslogtreecommitdiff
path: root/mail/courier-auth/patches/patch-ah
blob: 6b7fbfc6d21160734418eca5e0beb9eefd737a3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ah,v 1.1 2004/07/14 20:07:07 jlam Exp $

--- authlib/authdaemonrc.in.orig	Tue Jul 13 03:52:51 2004
+++ authlib/authdaemonrc.in	Tue Jul 13 03:55:12 2004
@@ -66,3 +66,16 @@
 # used by various configuration and build scripts, so don't touch it!
 
 authdaemonvar=@authdaemonvar@
+
+##NAME: DEBUG_LOGIN:0
+#
+# Dump additional login diagnostics to syslog
+#
+# DEBUG_LOGIN=0   - turn off login debugging
+# DEBUG_LOGIN=1   - turn on login debugging
+# DEBUG_LOGIN=2   - turn on login debugging + log passwords too
+#
+# Note that most information is sent to syslog at level 'debug', so
+# you may need to modify your /etc/syslog.conf to be able to see it.
+
+DEBUG_LOGIN=0