Bugfix related to testing hrns with senslab authority. NT
[sfa.git] / sfa / senslab / LDAPapi.py
index 84528e7..044ecc4 100644 (file)
@@ -47,7 +47,7 @@ class LDAPapi :
                                ldapfilter="(|"
                                for hrn in hrns:
                                        splited_hrn=hrn.split(".")
-                                       if splited_hrn[0] != "SFA_REGISTRY_ROOT_AUTH" :
+                                       if splited_hrn[0] != self.authname :
                                                print >>sys.stderr,"i know nothing about",hrn
                                        else :
                                                login=splited_hrn[1]
@@ -87,4 +87,4 @@ class LDAPapi :
                                'date_created' : 'none',
                                'last_updated': 'none'
                                } )
-               return results
\ No newline at end of file
+               return results