X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/dc296d4ff582fb8a636b6d71ff64013fb499fdb6..52d630b4ed2f7bbdd61b3eada7a2c38d64c077cb:/code/getafsgroups.py?ds=sidebyside diff --git a/code/getafsgroups.py b/code/getafsgroups.py index 1c6b82e..dcb8ee6 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.afs.cells: + for c in config.authz.cells: if c.cell == cell and hasattr(c, 'auth'): encrypt = c.auth if encrypt: