X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/4276db6aacf838b3177a07845dc9258527f6485a..e8873e019781fccec8c45ae00b2ea4954b2a6403:/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: