From: Dan Scott Date: Fri, 17 Mar 2017 17:37:38 +0000 (-0400) Subject: Connect to the right OpenSRF host for authentication X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dbb8310415bf77d86cf25f3c455ac3b422b8f38c;p=contrib%2FConifer.git Connect to the right OpenSRF host for authentication Signed-off-by: Dan Scott --- 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()