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/xvm-devconfig/master.yaml

    r2463 r2557  
    66
    77authz:
    8  - type: afs
    9    cell: athena.mit.edu
     8 mech: invirt.authz.locker
     9 cells:
     10 - cell: athena.mit.edu
    1011   auth: no
    11  - type: afs
    12    cell: sipb.mit.edu
     12 - cell: sipb.mit.edu
    1313   auth: no
    1414
Note: See TracChangeset for help on using the changeset viewer.