- Timestamp:
- Dec 7, 2009, 10:05:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/getafsgroups.py
r2558 r2591 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.