K
KWilliams
I'm completely new to Active Directory (AD), so please
bare with me. What I'm wanting to do is pretty simple.
I have an intranet site for our organization, and I
currently pull the network user's login with this method:
Request.ServerVariables("LOGON_USER")
It works great, but I need to also pull the user's First
Name, Last Name, and Email Address from AD by comparing
the "LOGON_USER" to the login in AD. Is there a simple
way to do this on an ASP front-end that uses JS schema?
I'd prefer JScript method, but I'd also welcome an ASP
version that uses VBScript schema. Thanks for any & all
help, and I hope to hear from someone soon.
KWilliams
bare with me. What I'm wanting to do is pretty simple.
I have an intranet site for our organization, and I
currently pull the network user's login with this method:
Request.ServerVariables("LOGON_USER")
It works great, but I need to also pull the user's First
Name, Last Name, and Email Address from AD by comparing
the "LOGON_USER" to the login in AD. Is there a simple
way to do this on an ASP front-end that uses JS schema?
I'd prefer JScript method, but I'd also welcome an ASP
version that uses VBScript schema. Thanks for any & all
help, and I hope to hear from someone soon.
KWilliams