Fixed bug where proxy password value was being set to proxy username value.
This commit is contained in:
parent
d55ac482ac
commit
8adb445805
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 09:25:32 MST 2006 - rpartridge@novell.com
|
||||
|
||||
- Fixed bug where password value was being set to username value.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 10:59:35 2006 - rpartridge@novell.com
|
||||
|
||||
|
@ -232,7 +232,7 @@ global boolean Write() {
|
||||
cmd = "REALM=\"" + Settings["CONFIG_CASAATS_REALM"]:"" + "\" " + cmd;
|
||||
y2milestone("Running CASA-ATS configuration script:");
|
||||
y2milestone(cmd, "******");
|
||||
map retval = (map)SCR::Execute(.target.bash_output, sformat(cmd, Settings["CONFIG_CASAATS_PROXY_USERNAME"]:""));
|
||||
map retval = (map)SCR::Execute(.target.bash_output, sformat(cmd, Settings["CONFIG_CASAATS_PROXY_PASSWORD"]:""));
|
||||
y2milestone("Return code: %1", retval["exit"]:0);
|
||||
/* Error message */
|
||||
if(false) Report::Error (_("Error executing script."));
|
||||
|
Loading…
Reference in New Issue
Block a user