From: Willi Mann <willi@wm1.at>
Date: Tue, 27 Dec 2011 20:29:33 +0100
Subject: Bug649194: Handle unmatched entry in saslauthd

Reported by Kees Cook <kees@debian.org>
Patch by Kees Cook <kees@debian.org>
---
 scripts/services/saslauthd |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/services/saslauthd b/scripts/services/saslauthd
index e5bec16..9f5c3cb 100644
--- a/scripts/services/saslauthd
+++ b/scripts/services/saslauthd
@@ -61,6 +61,7 @@ while (defined($ThisLine = <STDIN>)) {
    if (
       ( $ThisLine =~ m/^DEBUG: / ) or
       ( $ThisLine =~ m/^ipc_init        : listening on socket:/ ) or
+      ( $ThisLine =~ m/^pam_sm_authenticate:/ ) or
       ( $ThisLine =~ m/^pam_unix/ )
    ) {
       # We don't care about these
-- 
