RemoteApps and Cached Credentials

Posted by user66774 on Server Fault See other posts from Server Fault or by user66774
Published on 2011-01-13T18:18:18Z Indexed on 2011/01/13 18:55 UTC
Read the original article Hit count: 182

I'm looking for a guidance on an issue we're having. We are hosting an application over terminal services through RDWeb on Windows 2008 Server. To give users the ability to change their password we've exposed the iisadmpwd to allow the users to change their passwords.

When the users change their password, they are prompted to log into broker server, even if they log off of the RDWeb page and log back in. What we've found is that the credentials seem to be cached in memory after logging in. Ending task on TSWBPRXY.EXE, WKSPRT.EXE, closing IE and logging back into the RDWEb page, then launching the application allows the user to log into the application without additional credentials.

I'm wondering if there is a better way to either have the user change their password from a web interface, but allow them to reestablish their connection from the RDWeb login page rather than through the RDP login prompt that comes up.

© Server Fault or respective owner

Related posts about terminal-server

Related posts about terminal-services