projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Properly separate the auth.fcgi and unauth.fcgi scripts
[invirt/packages/invirt-web.git]
/
code
/
getafsgroups.py
diff --git
a/code/getafsgroups.py
b/code/getafsgroups.py
index
dcb8ee6
..
1c6b82e
100755
(executable)
--- a/
code/getafsgroups.py
+++ b/
code/getafsgroups.py
@@
-30,7
+30,7
@@
class AfsProcessError(Exception):
def getAfsGroupMembers(group, cell):
encrypt = True
- for c in config.authz.cells:
+ for c in config.authz.afs.cells:
if c.cell == cell and hasattr(c, 'auth'):
encrypt = c.auth
if encrypt: