[Logcheck-commits] Hanspeter Kunz: i.d.s/dhcp: ignore messages on establishing a (TLS) connection to the LDAP server
Hanspeter Kunz
hp-guest at alioth.debian.org
Sat Jul 17 23:48:34 UTC 2010
Module: logcheck
Branch: master
Commit: e47993583cf64810f2469ac1b014da805cf0211c
URL: http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=e47993583cf64810f2469ac1b014da805cf0211c
Author: Hanspeter Kunz <hp at edelkunz.ch>
Date: Sun Jul 18 01:13:30 2010 +0200
i.d.s/dhcp: ignore messages on establishing a (TLS) connection to the LDAP server
---
debian/changelog | 4 ++--
rulefiles/linux/ignore.d.server/dhcp | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ed89c65..24db103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,12 +41,12 @@ logcheck (1.3.11) UNRELEASED; urgency=low
- removed rule to "ignore messages about leased addresses which respond to
to ping requests" because this is probably caused by a misconfiguration
- ignore messages on xid-mismatches
- - ignore messages on establishing a connection to the LDAP server
+ - ignore messages on establishing a (TLS) connection to the LDAP server
* ignore.d.server/postfix:
- ignore another TLS library problem
(SSL23_GET_CLIENT_HELLO:http request:s23_srvr.c:379)
- -- Hanspeter Kunz <hp at edelkunz.ch> Sun, 18 Jul 2010 01:01:55 +0200
+ -- Hanspeter Kunz <hp at edelkunz.ch> Sun, 18 Jul 2010 01:11:41 +0200
logcheck (1.3.10) unstable; urgency=low
diff --git a/rulefiles/linux/ignore.d.server/dhcp b/rulefiles/linux/ignore.d.server/dhcp
index 626da88..4847619 100644
--- a/rulefiles/linux/ignore.d.server/dhcp
+++ b/rulefiles/linux/ignore.d.server/dhcp
@@ -36,6 +36,7 @@
# rather not proceed without hearing from someone using DDNS updates, though.
#^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd:( (if|and|add|delete) [._[:alnum:]-]+ ([[:digit:]]+ )?IN ((A|PTR|MX|CNAME)( [._[:alnum:]-]+)?|TXT "[^"]*"|CNAME <keydata>)( (rrset|domain) (exists|doesn't exist))?)+: success\.$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpd: Connecting to LDAP server [:.[:alnum:]]+$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpd: TLS session successfully started to [:.[:alnum:]]+$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpd: (Searching|No host entry) for \(\&\(objectClass=dhcpHost\)\(dhcpHWAddress=ethernet [[:xdigit:]]{2}:[[:xdigit:]]{2}:[[:xdigit:]]{2}:[[:xdigit:]]{2}:[[:xdigit:]]{2}:[[:xdigit:]]{2}\)\) in LDAP tree [=,.[:alnum:]]+$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpd: Found dhcpHWAddress LDAP entry [_-=,.[:alnum:]]+$
\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpd: Sending the following options: 'fixed-address ["#.;[:alnum:][:space:]-]+'$
More information about the Logcheck-commits
mailing list