Web based accessing Users from AD

  • Thread starter Thread starter Alcard Marco
  • Start date Start date
A

Alcard Marco

Dear All,
Can any body support me how can i access users in my
active Directory using web based. I have designed my
Intranet which all users in my active directory can acess
that Intranet. So i want to simplify accessility of
users direct from the AD like how it can be done through
start,search then For people in windows xp where you can
search any user in our AD(Active Directory)etc. In short
i want to implement ability to search all users for a
specific user.Please help me on that, very urgent.
waiting to hear from you.
 
As I understand you, you need a web interface for searching AD ? You have to
study ADSI and then create a web application which does that. What
technology are you using when creating web pages ? asp, asp.net, php,......
I can point you to a resources on how to do this in asp.net and C#, but you
must specify what is your technology for web applications.

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), MVP
(e-mail address removed)
http://ladava.com
 
Thank for your support, currently i'm using asp is it
possible to implement in Asp??
 
Sure it is. You have to look into ADSI programing with asp (VBScript). Just
a note. ASP applications run in the context of IWAM_machinename account.
This account by default doesn't have permission to access AD, so you have to
create a out-of-process (high isolation mode) web application and use a
domain account to run this app. You change this identity in Component
Services.

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), MVP
(e-mail address removed)
http://ladava.com
 
Back
Top