Armin Berres
2007-Jan-26 19:12 UTC
[Logcheck-devel] Bug#408557: logcheck-database: little fix for a cracklib rule
Package: logcheck-database
Severity: wishlist
Tags: patch
Please consider applying the attached patch.
Logcheck doesn't match lines like the following right now:
----
Jan 26 04:26:29 space-based cracklib: updated dictionary (read/written words: ).
----
/Armin
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-99
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
-------------- next part --------------
--- ignore.d.workstation/logcheck.orig 2007-01-26 20:07:33.000000000 +0100
+++ ignore.d.workstation/logcheck 2007-01-26 20:06:12.000000000 +0100
@@ -2,4 +2,4 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cardmgr\[[0-9]+\]: no sockets found!$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ Xprt_64: Xprint server pid=[0-9]+ done,
exitcode=0\.$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cracklib: updating dictionary [0-9]+ [0-9]+
words\.$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cracklib: updated dictionary \(read/written
words: [0-9]+ [0-9]+\)\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cracklib: updated dictionary \(read/written
words: ([0-9]+ [0-9]+)?\)\.$
Armin Berres
2007-Jan-27 12:16 UTC
[Logcheck-devel] Bug#408557: logcheck-database: little fix for a cracklib rule
Maybe it should also be considered to move the cracklib rules from ignore.d.workstation/ to ignore.d.server/, but I'm not sure...
Armin Berres
2007-Jan-27 17:48 UTC
[Logcheck-devel] Bug#408557: logcheck-database: little fix for a cracklib rule
I've seen you moved the rules to an own file in ignore.d.server. Attached you find an updated patch. /Armin -------------- next part -------------- A non-text attachment was scrubbed... Name: cracklib2.patch Type: text/x-patch Size: 455 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20070127/754a3eb6/attachment.bin