From cf08c7bada0228077b703063263ea663daa07376 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 10 Dec 2009 23:17:32 +0000 Subject: [PATCH] in determine_user_rights() changed component to node --- sfa/trust/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index 4e5a31c4..c5fa260c 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -240,7 +240,7 @@ class Auth: rl.add("resolve") rl.add("info") - elif type == "component": + elif type == "node": r1.add("operator") return rl -- 2.43.0