More details in error message. NT.
authorNicolas Turro <Nicolas.Turro@inria.fr>
Wed, 2 Nov 2011 12:58:13 +0000 (13:58 +0100)
committerNicolas Turro <Nicolas.Turro@inria.fr>
Wed, 2 Nov 2011 12:58:13 +0000 (13:58 +0100)
sfa/senslab/LDAPapi.py

index 044ecc4..fbc14ec 100644 (file)
@@ -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="