Nuke an extra </form> tag.
[invirt/packages/invirt-web.git] / code / getafsgroups.py
index dcb8ee6..1c6b82e 100755 (executable)
@@ -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: