Skip to content

Commit

Permalink
Merge pull request marklogic-community#775 from grtjn/773-corb-user-i…
Browse files Browse the repository at this point in the history
…gnored

Fixed marklogic-community#773: use correct username for corb
  • Loading branch information
RobertSzkutak authored Jun 1, 2017
2 parents 52d600c + de83217 commit 8b3ac5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ def corb

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

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

0 comments on commit 8b3ac5d

Please sign in to comment.