Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 21 Apr 2007 08:32:15 +0000 (UTC)
or maybe (though i haven't tried that) - you could impersonate a domain account using a token created with the NEW_CREDENTIAL option.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
you cannot impersonate a domain account on a non-domain machine.
What would work is to have mirrored accounts on both sides. This means
that on the server and the internal machine/domain there are two
matching account with the same uname/password.
Either the worker process runs as such an account - or this account is
impersonated before doing internal component access.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)
It sounds to me like he just wants a way to call the component period
and needs to impersonate any domain account. Whether or not it is
the client's credential and he is delegating seems to be not as
important.
I'm saying that I don't think you can impersonate a domain account on
a non-domain machine, but I'm not totaly positive, so I'm asking you.
:)
Joe K.
.
- Follow-Ups:
- Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- From: Joe Kaplan
- Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- References:
- Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- From: Dominick Baier
- Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- Prev by Date: Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- Next by Date: Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- Previous by thread: Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- Next by thread: Re: ASP.NET Impersonation in a Windows 2003 non domain member serv
- Index(es):
Relevant Pages
|
|