projects
/
invirt/packages/invirt-database.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f75993
)
Store AFS cell configuration at authz.afs.cells instead of just
0.2.2
author
Evan Broder
<broder@mit.edu>
Tue, 8 Dec 2009 02:33:43 +0000
(21:33 -0500)
committer
Evan Broder
<broder@mit.edu>
Tue, 8 Dec 2009 02:33:43 +0000
(21:33 -0500)
authz.cells, to be more clear about purpose.
svn path=/trunk/packages/invirt-database/; revision=2590
python/database/validate.py
patch
|
blob
|
history
diff --git
a/python/database/validate.py
b/python/database/validate.py
index
af964ef
..
4187e42
100644
(file)
--- a/
python/database/validate.py
+++ b/
python/database/validate.py
@@
-240,7
+240,7
@@
def testAdmin(user, admin, machine):
return admin
admin = 'system:' + admin
try:
- if user in getafsgroups.getAfsGroupMembers(admin, config.authz.cells[0].cell):
+ if user in getafsgroups.getAfsGroupMembers(admin, config.authz.afs.cells[0].cell):
return admin
except getafsgroups.AfsProcessError, e:
errmsg = str(e)