X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/846195518ab335ada11115dfee10d0de5219cddc..a6b3091d1a405ce7ece30be84596cd37afce4911:/code/getafsgroups.py diff --git a/code/getafsgroups.py b/code/getafsgroups.py index 21de4d7..fed3a6b 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 subprocess.check_call(['aklog', cell], stdout=subprocess.PIPE, stderr=subprocess.PIPE)