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
|
Rev | Line | |
---|
[1947] | 1 | #!/bin/sh |
---|
[1949] | 2 | cells () { |
---|
[2558] | 3 | for i in $(invirt-getconf -l authz.cells); do |
---|
| 4 | invirt-getconf authz.cells.$i.cell |
---|
[1949] | 5 | done |
---|
| 6 | } |
---|
[1947] | 7 | kinit -k -t /etc/invirt/keytab daemon/$(hostname -f) |
---|
[1949] | 8 | aklog $(cells) |
---|
[1947] | 9 | python /var/www/invirt-web/cache_acls.py |
---|
Note: See
TracBrowser
for help on using the repository browser.