Frédéric Brière
2008-Jan-24 20:52 UTC
[Logcheck-devel] [PATCH] Added DB_NOTFOUND and "user not found" rules for sasl2-bin
These are issued when attempting to remove an inexistant user with saslpasswd2. (Actually, DB_NOTFOUND occurs when adding a new user as well.) The message is already displayed on the command line, no need to repeat it one hour later. Signed-off-by: Fr?d?ric Bri?re <fbriere at fbriere.net> --- rulefiles/linux/ignore.d.server/sasl2-bin | 1 + .../linux/violations.ignore.d/logcheck-sasl2-bin | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 rulefiles/linux/ignore.d.server/sasl2-bin create mode 100644 rulefiles/linux/violations.ignore.d/logcheck-sasl2-bin diff --git a/rulefiles/linux/ignore.d.server/sasl2-bin b/rulefiles/linux/ignore.d.server/sasl2-bin new file mode 100644 index 0000000..65931fb --- /dev/null +++ b/rulefiles/linux/ignore.d.server/sasl2-bin @@ -0,0 +1 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ saslpasswd2: error deleting entry from sasldb: DB_NOTFOUND: No matching key/data pair found$ diff --git a/rulefiles/linux/violations.ignore.d/logcheck-sasl2-bin b/rulefiles/linux/violations.ignore.d/logcheck-sasl2-bin new file mode 100644 index 0000000..24596fe --- /dev/null +++ b/rulefiles/linux/violations.ignore.d/logcheck-sasl2-bin @@ -0,0 +1 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ saslpasswd2: setpass failed for [-._[:alnum:]]+: user not found$ -- 1.5.3.8