summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
59f4105)
authz.cells, to be more clear about purpose.
svn path=/trunk/packages/invirt-base/; revision=2590
administrator is always interpreted as an AFS entry (either a user
or a group) in the home cell (athena.mit.edu for XVM).
"""
administrator is always interpreted as an AFS entry (either a user
or a group) in the home cell (athena.mit.edu for XVM).
"""
- cell = config.authz.cells[0].cell
+ cell = config.authz.afs.cells[0].cell
auth = _authenticate(cell)
return _expandGroup(name, cell=cell, auth=auth)
auth = _authenticate(cell)
return _expandGroup(name, cell=cell, auth=auth)
which authenticate directly against the machine's home realm and
cells distantly related to the machine's home realm.
"""
which authenticate directly against the machine's home realm and
cells distantly related to the machine's home realm.
"""
- for c in config.authz.cells:
+ for c in config.authz.afs.cells:
if c.cell == cell and not c.auth:
return False
if c.cell == cell and not c.auth:
return False