I'm not actually asking for delegation of the client's credentials. I'm
asking if it is possible to somehow adjust Windows security, without changing
code, and force the credentials of the service (not the client) to be used to
validate the file read. I thought we had done this in testing, but can't
reproduce it now (maybe it was a dream?). This is an existing installation
that the customer wants to modify. Kerberos will be implemented in a future
release.

Signature
Doug Van Vreede
> As specified "Everything is in a domain and the service runs as a domain user
> account". Good point is to use delegation. Also it is a good practise.
[quoted text clipped - 4 lines]
> >
> > Joe K.
Joe Kaplan (MVP - ADSI) - 24 Feb 2006 14:51 GMT
Basically, the code should use the client's credentials if you are
impersonating them and the service's credentials if not. I'm not aware of
any configuration change that will allow you to use the service's
credentials if you are impersonating. I think that would require a code
change.
Someone else might have some other ideas though.
Joe K.
> I'm not actually asking for delegation of the client's credentials. I'm
> asking if it is possible to somehow adjust Windows security, without
[quoted text clipped - 7 lines]
> future
> release.
Dominick Baier [DevelopMentor] - 24 Feb 2006 23:37 GMT
if you are impersonating, you are impersonating - you had to write code to
do that - and you have to remove code to stop it - but maybe i am wrong....
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> I'm not actually asking for delegation of the client's credentials.
> I'm asking if it is possible to somehow adjust Windows security,
[quoted text clipped - 14 lines]
>>>
>>> Joe K.
Doug V - 27 Feb 2006 14:01 GMT
That's what I thought too, but my test team claims (without any evidence of
course) that they saw it work they way I am trying to describe.

Signature
Doug Van Vreede
> if you are impersonating, you are impersonating - you had to write code to
> do that - and you have to remove code to stop it - but maybe i am wrong....
>
> ---------------------------------------
> Dominick Baier - DevelopMentor
> http://www.leastprivilege.com