From f7e3198304d0a0f04456d028d46d8f35c575ef0c Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 14 Jul 2009 20:50:49 +0000 Subject: [PATCH] in get_auth_cred, record type is 'authority' not 'sa' --- sfa/client/sfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0