From e8873e019781fccec8c45ae00b2ea4954b2a6403 Mon Sep 17 00:00:00 2001 From: Eric Price Date: Mon, 21 Apr 2008 18:03:47 -0400 Subject: [PATCH] Only autodetect system: when setting the administrator, so new users don't get admin access. svn path=/trunk/packages/sipb-xen-www/; revision=434 --- code/cache_acls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 1.7.9.5