From 000eaf24e7c77d3c3caa12e4b0e875e27e886bbb Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 14 Feb 2009 22:18:24 -0500 Subject: [PATCH] Specify whether to authenticate PRDB lookups for each AFS cell in the config files. svn path=/trunk/packages/xvm-devconfig/; revision=2118 --- debian/changelog | 6 ++++++ master.yaml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index aa527cb..027c8f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-devconfig (0.27) unstable; urgency=low + + * Specify whether to authenticate PRDB lookups for each AFS cell. + + -- Evan Broder Sat, 14 Feb 2009 22:08:46 -0500 + xvm-devconfig (0.26) unstable; urgency=low * Add iannucci to the dev acl. diff --git a/master.yaml b/master.yaml index d5ea459..c3879a3 100644 --- a/master.yaml +++ b/master.yaml @@ -4,6 +4,10 @@ kerberos: authz: - type: afs cell: athena.mit.edu + auth: no + - type: afs + cell: sipb.mit.edu + auth: no hosts: # hosts on which VMs run - hostname: black-mesa.mit.edu -- 1.7.9.5