From: Eric Price Date: Mon, 21 Apr 2008 22:03:47 +0000 (-0400) Subject: Only autodetect system: when setting the administrator, so new users don't get admin... X-Git-Tag: sipb-xen-www/3.4~32 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/e8873e019781fccec8c45ae00b2ea4954b2a6403 Only autodetect system: when setting the administrator, so new users don't get admin access. svn path=/trunk/packages/sipb-xen-www/; revision=434 --- 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: