source: package_branches/invirt-web/cherrypy-rebased/invirt-cache-acls @ 2716

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