I am wondering if there is an easy way to completely automate the NTLM authentication process, requiring no user interaction. Currently, users get a prompt for a username/pw for every resource they try to access through the proxy. I've read a few posts that mention automating this process via a setting in IE (we use IE6, SP2) to automatically use Windows credentials, but I have concerns with this: what if the website the user is navigating requires authentication? Would IE automatically pass the Active Directory credentials for the user to the web server?
Again, here is what I would like to accomplish: users log into Terminal Services, and their AD credentials are automatically passed to the proxy server (and only the proxy) as needed with no user interaction.
Thanks in advance.