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

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

Store AFS cell configuration at authz.afs.cells instead of just
authz.cells, to be more clear about purpose.

  • Property svn:executable set to *
File size: 234 bytes
Line 
1#!/bin/sh
2cells () {
3  for i in $(invirt-getconf -l authz.afs.cells); do
4    invirt-getconf authz.afs.cells.$i.cell
5  done
6}
7kinit -k -t /etc/invirt/keytab daemon/$(hostname -f)
8aklog $(cells)
9python /var/www/invirt-web/cache_acls.py
Note: See TracBrowser for help on using the repository browser.