X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/7c46b15066612e0c33c1a96cec20e9aca6c2b6f5..06d55379f8eaaffe42ca5a1ac59e1cb0633c12e9:/code/cache_acls.py diff --git a/code/cache_acls.py b/code/cache_acls.py index f92ad91..7ae4ac8 100755 --- a/code/cache_acls.py +++ b/code/cache_acls.py @@ -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 []