Matt C.
2005-05-12 18:52:15 UTC
I am new to working with TS, and have never tried to script it. I'm
wondering if the following setup is workable:
We're talking about doing Remote Desktop using the ActiveX browser control.
What we'd like to do is have different links on our (secured) webpage which
would make different Remote Desktop connections (based on which link was
clicked). Also, we would like to start the Remote Desktop connection as
soon as the link is clicked, with automatic login, i.e., the TS session
starts immediately upon clicking the link.
Passing through the authentication to TS is the obvious tricky part. The
user name and password for the Terminal Server connections will be the same
as the ones we are using for our secure website. It seems like we SHOULD be
able to make this work. We are using Basic Authentication over SSL, so we
should be able to get the cleartext password from the server variable
AUTH_PASSWORD. We should then be able to apply the username and this clear
text password to the RDP control (there appears to be a ClearTextPassword
property in AdvancedSettings for the ActiveX control). Voila, we're there.
However, I haven't been able to find any references to other people doing
this, and it seems like something other people would have tried. So I'm
wondering if there is some sort of hitch here that I am missing.
Does the above sound like a workable plan?
Matt
wondering if the following setup is workable:
We're talking about doing Remote Desktop using the ActiveX browser control.
What we'd like to do is have different links on our (secured) webpage which
would make different Remote Desktop connections (based on which link was
clicked). Also, we would like to start the Remote Desktop connection as
soon as the link is clicked, with automatic login, i.e., the TS session
starts immediately upon clicking the link.
Passing through the authentication to TS is the obvious tricky part. The
user name and password for the Terminal Server connections will be the same
as the ones we are using for our secure website. It seems like we SHOULD be
able to make this work. We are using Basic Authentication over SSL, so we
should be able to get the cleartext password from the server variable
AUTH_PASSWORD. We should then be able to apply the username and this clear
text password to the RDP control (there appears to be a ClearTextPassword
property in AdvancedSettings for the ActiveX control). Voila, we're there.
However, I haven't been able to find any references to other people doing
this, and it seems like something other people would have tried. So I'm
wondering if there is some sort of hitch here that I am missing.
Does the above sound like a workable plan?
Matt