From cd735ddfc06102841de46ac8c8f841097ea6d638 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 2 Jun 2009 21:26:24 +0000 Subject: [PATCH] add sa, ma rights to authority --- geni/util/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geni/util/auth.py b/geni/util/auth.py index 02041225..442ce205 100644 --- a/geni/util/auth.py +++ b/geni/util/auth.py @@ -179,7 +179,7 @@ class Auth: elif type == "authority": pis = record.get_geni_info().get("pi", []) operators = record.get_geni_info().get("operator", []) - rl.add("authority") + rl.add("authority,sa,ma") if (cred_object_hrn in pis): rl.add("sa") if (cred_object_hrn in operators): -- 2.43.0