X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/a14f1cec3751f18f56c28c7a5ea20b54ab319bc6..98cbbc2e6f630c9f5c4ab178457d5ffca74e2fad:/code/cache_acls.py diff --git a/code/cache_acls.py b/code/cache_acls.py index f7575e1..b18eabc 100644 --- a/code/cache_acls.py +++ b/code/cache_acls.py @@ -27,7 +27,7 @@ def expandName(name): if ':' not in name: if isUser(name): return [name] - name = 'system:'+name + return [] try: return getafsgroups.getAfsGroupMembers(name, 'athena.mit.edu') except getafsgroups.AfsProcessError: