Changeset 2590 for trunk/packages/invirt-base
- Timestamp:
- Dec 7, 2009, 9:33:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-base/python/invirt/authz/locker.py
r2572 r2590 59 59 or a group) in the home cell (athena.mit.edu for XVM). 60 60 """ 61 cell = config.authz. cells[0].cell61 cell = config.authz.afs.cells[0].cell 62 62 auth = _authenticate(cell) 63 63 return _expandGroup(name, cell=cell, auth=auth) … … 85 85 cells distantly related to the machine's home realm. 86 86 """ 87 for c in config.authz. cells:87 for c in config.authz.afs.cells: 88 88 if c.cell == cell and not c.auth: 89 89 return False
Note: See TracChangeset
for help on using the changeset viewer.