pkgsrc/mail/courier-auth/patches/patch-ah
jlam 02c1ff5849 Update mail/courier-auth to 0.45.6. Changes from version 0.44.2 include:
* Honor ${VARBASE}.
  * Rename "authdaemon.sysconftool" to "sysconftool" for use by other
    Courier mail packages.
  * authvchkpw explicitly disabled -- it's not officially supported within
    courier, and there's a workaround by using vchkpw2userdb(8).  This
    closes pkg/19365.
  * courierlogger(1) moved from mail/courier-imap into this package.
  * Support a new setting DEBUG_LOGIN in authdaemonrc to allow easier
    debugging of the authentication process.
  * Added documentation on how to debug the authentication process in
    ${PREFIX}/share/doc/courier.
  * makedat: Skip subdirectories named "CVS".  Allows all directory-based
    lists (makesmtpaccess, etc...) to be managed via CVS.
2004-07-14 20:07:07 +00:00

21 lines
683 B
Text

$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