Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 8b3ac5d

Browse files
Merge pull request #775 from grtjn/773-corb-user-ignored
Fixed #773: use correct username for corb
2 parents 52d600c + de83217 commit 8b3ac5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/lib/server_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ def corb
13371337

13381338
password_prompt
13391339
encoded_password = url_encode(@ml_password)
1340-
connection_string = %Q{xcc://#{@properties['ml.user']}:#{encoded_password}@#{@properties['ml.server']}:#{@properties['ml.xcc-port']}/#{@properties['ml.content-db']}}
1340+
connection_string = %Q{xcc://#{@ml_username}:#{encoded_password}@#{@properties['ml.server']}:#{@properties['ml.xcc-port']}/#{@properties['ml.content-db']}}
13411341

13421342
options = Hash.new("")
13431343
# handle Roxy convention for CoRB properties first

0 commit comments

Comments
 (0)