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
(from parent 1:
3abe2fa
)
bugfix
author
Eric Price
<ecprice@mit.edu>
Thu, 11 Oct 2007 05:56:41 +0000
(
01:56
-0400)
committer
Eric Price
<ecprice@mit.edu>
Thu, 11 Oct 2007 05:56:41 +0000
(
01:56
-0400)
svn path=/trunk/web/; revision=188
templates/main.py
patch
|
blob
|
history
diff --git
a/templates/main.py
b/templates/main.py
index
f7468c7
..
ed5f09c
100755
(executable)
--- a/
templates/main.py
+++ b/
templates/main.py
@@
-131,7
+131,7
@@
def haveAccess(user, machine):
return True
if user.username in (machine.administrator, machine.owner):
return True
- if checkAfsGroup(user, machine.administrator, 'athena.mit.edu'): #XXX Cell?
+ if getafsgroups.checkAfsGroup(user, machine.administrator, 'athena.mit.edu'): #XXX Cell?
return True
return owns(user, machine)