Ignore:
Timestamp:
Nov 22, 2009, 8:54:11 PM (14 years ago)
Author:
broder
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/invirt-cache-acls

    r1949 r2557  
    11#!/bin/sh
    22cells () {
    3   for i in $(invirt-getconf -l authz); do
    4     if [ afs = "$(invirt-getconf authz.$i.type)" ]; then
    5       invirt-getconf authz.$i.cell
    6     fi
     3  for i in $(invirt-getconf -l authz.cells); do
     4    invirt-getconf authz.cells.$i.cell
    75  done
    86}
Note: See TracChangeset for help on using the changeset viewer.