From 012f4a918c0569f1322ef079527a09719cb48447 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 20 May 2009 03:32:21 +0000 Subject: [PATCH] define the rights for authorities --- geni/util/rights.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/geni/util/rights.py b/geni/util/rights.py index 50f1374d..154f6748 100644 --- a/geni/util/rights.py +++ b/geni/util/rights.py @@ -50,6 +50,8 @@ def determine_rights(type, name): rl.add("authority,sa") elif type == "ma": rl.add("authority,ma") + elif type == "authority": + r1.add("authority,sa,ma") elif type == "slice": rl.add("refresh") rl.add("embed") @@ -222,6 +224,8 @@ class RightList: rl.add("authority,sa") elif type == "ma": rl.add("authority,ma") + elif type == "authority": + rl.add("authority,sa,ma") elif type == "slice": rl.add("refresh") rl.add("embed") -- 2.43.0