From dbb8310415bf77d86cf25f3c455ac3b422b8f38c Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 17 Mar 2017 13:37:38 -0400 Subject: [PATCH] Connect to the right OpenSRF host for authentication Signed-off-by: Dan Scott --- tools/patron-load/ldap_osrf_sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patron-load/ldap_osrf_sync b/tools/patron-load/ldap_osrf_sync index 065f89da28..c91500a8ea 100755 --- a/tools/patron-load/ldap_osrf_sync +++ b/tools/patron-load/ldap_osrf_sync @@ -700,7 +700,7 @@ def main(args=None): ARGS = args # Set the host for our requests - osrf.gateway.GatewayRequest.setDefaultHost(ARGS.eg_host) + osrf.gateway.GatewayRequest.setDefaultHost('%s://%s' % (credentials.OSRF_HTTP, ARGS.eg_host)) # Pull all of our object definitions together load_idl() -- 2.11.0