rename configuration variables like from GENI_ to SFA_
[sfa.git] / sfa / trust / auth.py
index 67d6d71..c8251d6 100644 (file)
@@ -207,7 +207,7 @@ class Auth:
 
         type = record.get_type()
         cred_object_hrn = src_cred.get_gid_object().get_hrn()
-        if cred_object_hrn in [self.config.GENI_REGISTRY_ROOT_AUTH]:
+        if cred_object_hrn in [self.config.SFA_REGISTRY_ROOT_AUTH]:
             return
         if type=="slice":
             researchers = record.get("researcher", [])