From 7e5eebb9e2f1a0c60ca9827a3882d94e78c5a8f6 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 27 Nov 2010 16:26:06 +0100 Subject: [PATCH 1/1] List RPC: log information in case of authentication failure. Signed-off-by: Florent Bruneau --- bin/lists.rpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index 514bb5c..c456f35 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -148,6 +148,7 @@ class BasicAuthXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): userdesc = UserDesc(forlife, name, None, 0) return (userdesc, perms, vhost) else: + print "no user found for uid: %s, passwd: %s" % (uid, md5) return None ################################################################################ -- 2.1.4