From: Tony Mack Date: Tue, 14 Jul 2009 20:50:49 +0000 (+0000) Subject: in get_auth_cred, record type is 'authority' not 'sa' X-Git-Tag: sfa-0.9-0@14641~53 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f7e3198304d0a0f04456d028d46d8f35c575ef0c;p=sfa.git in get_auth_cred, record type is 'authority' not 'sa' --- diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index e48aec78..f85c7ef9 100755 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -177,7 +177,7 @@ def get_auth_cred(): else: # bootstrap authority credential from user credential user_cred = get_user_cred() - auth_cred = registry.get_credential(user_cred, "sa", authority) + auth_cred = registry.get_credential(user_cred, "authority", authority) if auth_cred: auth_cred.save_to_file(file, save_parents=True) if verbose: