Changeset 2590 for trunk/packages/invirt-web/code/getafsgroups.py
- Timestamp:
- Dec 7, 2009, 9:33:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/getafsgroups.py
r2557 r2590 31 31 def getAfsGroupMembers(group, cell): 32 32 encrypt = True 33 for c in config.authz. cells:33 for c in config.authz.afs.cells: 34 34 if c.cell == cell and hasattr(c, 'auth'): 35 35 encrypt = c.auth
Note: See TracChangeset
for help on using the changeset viewer.