source: trunk/packages/invirt-web/invirt-cache-acls @ 2557

Last change on this file since 2557 was 2557, checked in by broder, 14 years ago

Re-arrange the authz configuration.

In particular, even if we allow for mixing of multiple authz
mechanisms at some point, you won't have multiple instances of the
locker authz type, so the "type" shouldn't be a property of each of
the cells we specify how to authenticate against.

  • Property svn:executable set to *
File size: 226 bytes
RevLine 
[1947]1#!/bin/sh
[1949]2cells () {
[2557]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.