Connecting Tech Pros Worldwide Forums | Help | Site Map

NTLM credentials -> query Active Directory -> email address

Jim Adams
Guest
 
Posts: n/a
#1: Nov 18 '05
Given NTLM credentials (domain\username) that can be read from browser
variables by an ASP.Net page, I need to query Active Directory and
extract that user's email address property.

Can someone provide a pointer to how this can be done, preferrably in
VB.Net.

Thanks,

Jim

Tim Heuer
Guest
 
Posts: n/a
#2: Nov 18 '05

re: NTLM credentials -> query Active Directory -> email address


within the framework you'll work with the DirectoryServices
namespace...specifically the DirectorySearcher class library. take a look
at that for some examples on MSDN. you'll have to know the AD schema
variable you are looking for...

-th

"Jim Adams" <jim_adams@hotmail.com> wrote in message
news:49a8f9aa.0401071200.346aab11@posting.google.c om...[color=blue]
> Given NTLM credentials (domain\username) that can be read from browser
> variables by an ASP.Net page, I need to query Active Directory and
> extract that user's email address property.
>
> Can someone provide a pointer to how this can be done, preferrably in
> VB.Net.
>
> Thanks,
>
> Jim[/color]


Closed Thread