X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/eb558ecccf88e5606ecb3f961b624dd33c4a1faf..dfa7ab2f525e746b78fee0fa4bfe47ee38d27205:/invirt-cache-acls diff --git a/invirt-cache-acls b/invirt-cache-acls index 19673a7..79a7650 100755 --- a/invirt-cache-acls +++ b/invirt-cache-acls @@ -1,4 +1,9 @@ #!/bin/sh +cells () { + for i in $(invirt-getconf -l authz.afs.cells); do + invirt-getconf authz.afs.cells.$i.cell + done +} kinit -k -t /etc/invirt/keytab daemon/$(hostname -f) -aklog athena sipb +aklog $(cells) python /var/www/invirt-web/cache_acls.py