Last change
on this file since 2586 was
2558,
checked in by broder, 15 years ago
|
"Cherry-pick" r2557 (Re-arrange the authz configuration.) to the
cherrypy branch.
(It's somewhat tenuous to claim this is a cherry-pick, given that all
of the changes would have conflicted had I actually tried to
cherry-pick the change. Oh well)
|
-
Property svn:executable set to
*
|
File size:
226 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | cells () { |
---|
3 | for i in $(invirt-getconf -l authz.cells); do |
---|
4 | invirt-getconf authz.cells.$i.cell |
---|
5 | done |
---|
6 | } |
---|
7 | kinit -k -t /etc/invirt/keytab daemon/$(hostname -f) |
---|
8 | aklog $(cells) |
---|
9 | python /var/www/invirt-web/cache_acls.py |
---|
Note: See
TracBrowser
for help on using the repository browser.