Server 2008 Terminal Services Logon options Help!

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

Guest
I have a web that directs users to a Windows Server 2008 Terminal Server.
This web app supplies the login name. In Server 2003 there is no problem.
But, now with Server 2008 when the Terminal Server Login dialog comes up I
get a button for the user the web page has provided, a button for Other User
and a Cancel button. How do I change this logon to display the Server 2003
type of dialog with user name, password and Ok and Cancel?
 
Re: Server 2008 Terminal Services Logon options Help!

There is no easy way to do this. I think the only way is to write a custom
Credential Provider. This article explains how to write a custom Credential
Provider http://msdn.microsoft.com/en-us/magazine/cc163489.aspx. You can
also try posting this to microsoft.public.windows.vista.general and see if
someone has a better suggestion.

--

Thanks!

This posting is provided "AS IS" with no warranties, and confers no rights.

"Larry" <Larry@discussions.microsoft.com> wrote in message
news:F5CAA63D-F931-44B2-B3B7-A3271FC3CB06@microsoft.com...
>I have a web that directs users to a Windows Server 2008 Terminal Server.
> This web app supplies the login name. In Server 2003 there is no
> problem.
> But, now with Server 2008 when the Terminal Server Login dialog comes up
> I
> get a button for the user the web page has provided, a button for Other
> User
> and a Cancel button. How do I change this logon to display the Server
> 2003
> type of dialog with user name, password and Ok and Cancel?
 
Re: Server 2008 Terminal Services Logon options Help!

Thanks for the help. I will give this a try.

Larry

"Munindra Das [MSFT]" wrote:

> There is no easy way to do this. I think the only way is to write a custom
> Credential Provider. This article explains how to write a custom Credential
> Provider http://msdn.microsoft.com/en-us/magazine/cc163489.aspx. You can
> also try posting this to microsoft.public.windows.vista.general and see if
> someone has a better suggestion.
>
> --
>
> Thanks!
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Larry" <Larry@discussions.microsoft.com> wrote in message
> news:F5CAA63D-F931-44B2-B3B7-A3271FC3CB06@microsoft.com...
> >I have a web that directs users to a Windows Server 2008 Terminal Server.
> > This web app supplies the login name. In Server 2003 there is no
> > problem.
> > But, now with Server 2008 when the Terminal Server Login dialog comes up
> > I
> > get a button for the user the web page has provided, a button for Other
> > User
> > and a Cancel button. How do I change this logon to display the Server
> > 2003
> > type of dialog with user name, password and Ok and Cancel?

>
>
 
Back
Top