X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-authz-locker.git/blobdiff_plain/5d59bd7a0556e1d10cec3548cd3cf85e2fa7530c..5f5bda7c3b60eca33af5f9782a27832ca1c4eb37:/python/xvm/authz/locker.py diff --git a/python/xvm/authz/locker.py b/python/xvm/authz/locker.py index cbfc28a..59b480e 100644 --- a/python/xvm/authz/locker.py +++ b/python/xvm/authz/locker.py @@ -48,15 +48,12 @@ def expandOwner(name): raise -def expandAdmin(name, owner): +def expandAdmin(name): """Expand an administrator to a list of authorized users. - Because the interpretation of an administrator might depend on the - owner, the owner is passed in as an argument. - - However, in the case of locker-based authentication, the - administrator is always interpreted as an AFS entry (either a user - or a group) in the home cell (athena.mit.edu for XVM). + For locker-based authorization, the administrator is always + interpreted as an AFS entry (either a user or a group) in the + machine's home cell (athena.mit.edu for XVM). """ cell = config.authz.afs.cells[0].cell auth = _authenticate(cell)