From 85c2e92ee385fdbb7ecb79c2a36c342b06346ead Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 2 Jun 2009 20:16:18 +0000 Subject: [PATCH] do we really want to limit credentials to just users? authorities need them too. --- geni/util/auth.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geni/util/auth.py b/geni/util/auth.py index a5ef6c1c..9f98963b 100644 --- a/geni/util/auth.py +++ b/geni/util/auth.py @@ -161,7 +161,8 @@ class Auth: else: # supplying src_cred==None is only valid when obtaining user # credentials. - assert(type == "user") + #assert(type == "user") + cred_object_hrn = None rl = RightList() -- 2.43.0