X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/7c46b15066612e0c33c1a96cec20e9aca6c2b6f5..1581471a70984619922f7d0f1d3c5d218cff1faa:/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 []