Store AFS cell configuration at authz.afs.cells instead of just
[invirt/packages/invirt-web.git] / code / cache_acls.py
index f92ad91..7ae4ac8 100755 (executable)
@@ -39,7 +39,7 @@ def expandName(name):
             return [name]
         return []
     try:
-        return getafsgroups.getAfsGroupMembers(name, config.authz[0].cell)
+        return getafsgroups.getAfsGroupMembers(name, config.authz.afs.cells[0].cell)
     except getafsgroups.AfsProcessError:
         return []