do we really want to limit credentials to just users? authorities need them too.
authorTony Mack <tmack@cs.princeton.edu>
Tue, 2 Jun 2009 20:16:18 +0000 (20:16 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 2 Jun 2009 20:16:18 +0000 (20:16 +0000)
geni/util/auth.py

index a5ef6c1..9f98963 100644 (file)
@@ -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()