From: Tony Mack Date: Tue, 2 Jun 2009 21:26:24 +0000 (+0000) Subject: add sa, ma rights to authority X-Git-Tag: sfa-0.9-0@14641~345 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cd735ddfc06102841de46ac8c8f841097ea6d638;p=sfa.git add sa, ma rights to authority --- 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):