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)