in determine_user_rights() changed component to node
authorTony Mack <tmack@cs.princeton.edu>
Thu, 10 Dec 2009 23:17:32 +0000 (23:17 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 10 Dec 2009 23:17:32 +0000 (23:17 +0000)
sfa/trust/auth.py

index 4e5a31c..c5fa260 100644 (file)
@@ -240,7 +240,7 @@ class Auth:
             rl.add("resolve")
             rl.add("info")
 
-        elif type == "component":
+        elif type == "node":
             r1.add("operator")
 
         return rl