projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab4024
)
Connect to the right OpenSRF host for authentication
feature/tools_current
author
Dan Scott
<dscott@laurentian.ca>
Fri, 17 Mar 2017 17:37:38 +0000
(13:37 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Fri, 17 Mar 2017 17:37:38 +0000
(13:37 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/patron-load/ldap_osrf_sync
patch
|
blob
|
history
diff --git
a/tools/patron-load/ldap_osrf_sync
b/tools/patron-load/ldap_osrf_sync
index
065f89d
..
c91500a
100755
(executable)
--- 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()