From: Florent Bruneau Date: Sat, 27 Nov 2010 15:26:06 +0000 (+0100) Subject: List RPC: log information in case of authentication failure. X-Git-Tag: xorg/1.0.2~32^2~32 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=7e5eebb9e2f1a0c60ca9827a3882d94e78c5a8f6;hp=ae525b0ebeec40cfeb7d14328fd7f15feb711792;p=platal.git List RPC: log information in case of authentication failure. Signed-off-by: Florent Bruneau --- 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 ################################################################################