X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/52d630b4ed2f7bbdd61b3eada7a2c38d64c077cb..6698c203874b6b49fe661b2f598a905953fb2004:/code/getafsgroups.py diff --git a/code/getafsgroups.py b/code/getafsgroups.py index dcb8ee6..1c6b82e 100755 --- a/code/getafsgroups.py +++ b/code/getafsgroups.py @@ -30,7 +30,7 @@ class AfsProcessError(Exception): def getAfsGroupMembers(group, cell): encrypt = True - for c in config.authz.cells: + for c in config.authz.afs.cells: if c.cell == cell and hasattr(c, 'auth'): encrypt = c.auth if encrypt: