From: Nicolas Turro Date: Wed, 2 Nov 2011 12:58:13 +0000 (+0100) Subject: More details in error message. NT. X-Git-Tag: sfa-2.1-24~3^2~312^2~15 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=be48f8bfae47a3e740ffda5f981b44bad2c6a9be More details in error message. NT. --- diff --git a/sfa/senslab/LDAPapi.py b/sfa/senslab/LDAPapi.py index 044ecc48..fbc14ec9 100644 --- a/sfa/senslab/LDAPapi.py +++ b/sfa/senslab/LDAPapi.py @@ -48,7 +48,7 @@ class LDAPapi : for hrn in hrns: splited_hrn=hrn.split(".") if splited_hrn[0] != self.authname : - print >>sys.stderr,"i know nothing about",hrn + print >>sys.stderr,"i know nothing about",hrn, " my authname is ", self.authname, " not ", splited_hrn[0] else : login=splited_hrn[1] ldapfilter+="(uid="