Hello Paul,
as long as there is a path of trust between all parties - this should work.
Make sure that Kerberos is used between browser and web server, e.g. by inspecting
the security log - you should see a log on event for the client - the authentication
package has to be Kerberos (instead of NTLM) - or use a sniffer like www.ethereal.com
so see if Kerberos Service Ticket Requests are being made. For delegation
to work you need Kerb auth all the way through.
read more here:
http://msdn.microsoft.com/msdnmag/issues/05/09/SecurityBriefs/default.aspx
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Hi, I've already posted this in a different group, but I've received
> no reponses...
[quoted text clipped - 15 lines]
> If it is not possible, this will seriously mess up how some of our
> applications work... so I'm hoping someone has a solution.
Paul - 20 Sep 2005 11:46 GMT
That must be the problem, I'm seeing NTLM as the authentication package. I've
tried some things from your security briefs, but the package is still NTLM...
I can see this taking me a while!
> Hello Paul,
>
[quoted text clipped - 31 lines]
> > If it is not possible, this will seriously mess up how some of our
> > applications work... so I'm hoping someone has a solution.