Very interesting problem and I know it has to be an authentication issue -- Take three computers, one is 2003 web running sharepoint team services, one is 2003 std running terminal services and the 3rd is a 2000 pro all are fully updated.

If logged into the 2000 box, I can connect cleanly to the sharepoint site, no problem. If I'm logged in, as myself on the TS box, it requests my user/pass again upon connection to the site. According to one of the posts I found here, I am having delegation issue due to needing two hops.

-quote-
You're running into what's known as a delegation issue. In Windows
Integrated authentication, the password is not actually sent to IIS. It
works when you're logged on locally to the IIS server because in this case,
IIS is on the machine that checked your password and there's only one"hop"
involved to the network location. When you're logged onto another machine,
IIS never gets the password and thus can't pass it to the network location
(two hops). Try switching to Basic authentication which does send the
password over the network.
-quote-

However, I have tried using basic authentication and annoymous, still same result. Anyway, all help is appreciated!

RE: Authentication Issue - STS, IIS6, TS by anonymous

anonymous
Wed Dec 31 11:51:16 CST 2003

After continued searching, apparently I need to enable delegation on the domain level which I do not have access to as of yet and until that is possible, I'm stuck with doing the password twice when logged in through terminal services.

Something to look forward to I guess :-)

RE: Authentication Issue - STS, IIS6, TS by anonymous

anonymous
Wed Dec 31 12:06:19 CST 2003

Spoke too soon. Tried it from another TS box (windows 2000) does not ask for the user/pass when I connect to the site.

RE: Authentication Issue - STS, IIS6, TS by anonymous

anonymous
Wed Dec 31 12:26:15 CST 2003

Wrong on all counts (after I did the screen by screen check of the local security policy

Internet Explorer 6 has a setting within it :: "automatically login with current username and password

Added our internal site to the local intranet, set custom, works perfectly.