Comment 2 for bug 1045838

Revision history for this message
Albert Astals Cid (aacid) wrote :

I'd say this needs fixes in UCCS too, since doing

echo $mypassword | thin-client-config-agent $myemail

returns

{
  "AdditionalManagementServers": [],
  "DefaultServer": "",
  "Name": "Landscape",
  "RemoteDesktopServers": [
    {
      "DomainRequired": false,
      "Name": "Some name",
      "Password": "b3c2hVmg",
      "Protocol": "rdp",
      "URL": $someurl,
      "Username": $somepwd,
      "WindowsDomain": ""
    },
    {
      "DomainRequired": false,
      "Name": "Some name 2",
      "Password": "blabla",
      "Protocol": "rdp",
      "URL": $someurl,
      "Username": $somepwd,
      "WindowsDomain": ""
    }
  ],
  "URL": "http://uccs.landscape.canonical.com/"
}

I.e. it does not say anywhere i selected the "Some name" server to be the default server