Re: Active Directory

From: Beginner (bzhang_at_hotmail.com)
Date: 02/28/04


Date: Sat, 28 Feb 2004 10:44:28 -0500

You can have one resource account that has AD query previlige and something
like

DirecotryEntry entry = new DirectoryEntry(path, username, password)

"Galore" <galore@ig.com.br> wrote in message
news:Oe3fU4Y$DHA.1456@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> I need to get all the AD information from a user that access a intranet
> ASP.NET page.Does anyone can tell me how to do it? (the user can't put its
> login and password on a text box and validate it, I've got to get it by
> code)
>
> Thanks
>
>