Changeset 2988
- Timestamp:
- Feb 5, 2010, 11:20:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/xvm-authz-locker/python/invirt/authz.py
r2766 r2988 49 49 50 50 51 def expandAdmin(name , owner):51 def expandAdmin(name): 52 52 """Expand an administrator to a list of authorized users. 53 53 54 Because the interpretation of an administrator might depend on the 55 owner, the owner is passed in as an argument. 56 57 However, in the case of locker-based authentication, the 58 administrator is always interpreted as an AFS entry (either a user 59 or a group) in the home cell (athena.mit.edu for XVM). 54 For locker-based authorization, the administrator is always 55 interpreted as an AFS entry (either a user or a group) in the 56 machine's home cell (athena.mit.edu for XVM). 60 57 """ 61 58 cell = config.authz.afs.cells[0].cell
Note: See TracChangeset
for help on using the changeset viewer.