projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4276db6
)
Only autodetect system: when setting the administrator, so new users don't get admin...
author
Eric Price
<ecprice@mit.edu>
Mon, 21 Apr 2008 22:03:47 +0000
(18:03 -0400)
committer
Eric Price
<ecprice@mit.edu>
Mon, 21 Apr 2008 22:03:47 +0000
(18:03 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=434
code/cache_acls.py
patch
|
blob
|
history
diff --git
a/code/cache_acls.py
b/code/cache_acls.py
index
f7575e1
..
b18eabc
100644
(file)
--- 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: