From: Tony Mack Date: Tue, 2 Jun 2009 20:16:18 +0000 (+0000) Subject: do we really want to limit credentials to just users? authorities need them too. X-Git-Tag: sfa-0.9-0@14641~349 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=85c2e92ee385fdbb7ecb79c2a36c342b06346ead;p=sfa.git do we really want to limit credentials to just users? authorities need them too. --- 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()