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