RE: check if user belong to a domain against active directory without
- From: "Kannan.V [MCSD.net]" <KannanVMCSDnet@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 3 Aug 2005 13:28:18 -0700
hi,
These links were useful for a similar scenario for me.
http://www.dotnet247.com/247reference/msgs/4/20782.aspx
http://www.dotnet247.com/247reference/msgs/51/256427.aspx
http://www.dotnet247.com/247reference/System/Data/PropertyCollection/__discussions
hope this helps
--
Kannan.V
Home : http://www.kannanv.com
Blog : http://kannanv.blogspot.com
Web : http://www.DotnetLounge.net
"Any one who has never made a mistake has never tried anything new" - Einstein
"Caspy" wrote:
> I just get stuck on how to check if a user is a member of network (domain).
> I am building an internal tracking system with ASP.Net with Form
> authentication. When an user is added into the system, it check if the user
> is a member of the domain account against Global Catalog. If not, the user
> is not allowed to added in. If is, get the user's first name and last name
> and insert into the database.
> Because the system need access to other resource, I don't want to use
> impersonation. Changing WindonIdentity with impersonation at run time is
> also not a choice because the web server is running on Windows 2000. Based
> on the Security context, how to check if a user in the system or not? Thank
> you in advance.
>
> --Caspy
>
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: Accessible .net fly-out navigation control?
- Next by Date: Re: There has to be a better way to develop web applications.
- Previous by thread: check if user belong to a domain against active directory without impersonation
- Next by thread: Re: check if user belong to a domain against active directory without
- Index(es):
Relevant Pages
|