Publish Active Directory Users information into a html web page

  • Thread starter Thread starter Ricky
  • Start date Start date
R

Ricky

Hi

First of all sorry for posting into so many groups but i'm not sure of the
right one.

How can i publish Active Directory users information (some fields like name,
title, company, etc) into a html web page so users can have access to it and
write the information about themselfs.

I hope 2007 be at least like 2006.
[]
Ricky
 
Ricky said:
First of all sorry for posting into so many groups but i'm not sure
of the right one.

How can i publish Active Directory users information (some fields
like name, title, company, etc) into a html web page so users can
have access to it and write the information about themselfs.

http://www.directory-update.com/
 
You can also build your own app that does this using your favorite web
development platform and any LDAP stack it supports. Popular ones for this
are ASP.NET with System.DirectoryServices and ASP with ADSI. However, if
the product Shenan mentioned works for the need here, it is hard to imagine
being able to build something better for less money. $250 is chump change
for server software.

Joe K.
 
Thank you all for the tips but I just want/need a script that could be
accessed through a web page.

Thanks
Ricyk



Joe Kaplan said:
You can also build your own app that does this using your favorite web
development platform and any LDAP stack it supports. Popular ones for
this are ASP.NET with System.DirectoryServices and ASP with ADSI.
However, if the product Shenan mentioned works for the need here, it is
hard to imagine being able to build something better for less money. $250
is chump change for server software.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services
Programming"
http://www.directoryprogramming.net
--
 
Gotcha. I don't really do script/ASP, so I probably can't help you here.
I'm a .NET guy. However, you'd probably want to build something with ASP
and ADSI. I'd suggest getting some books that cater to that, such as the
Active Directory Cookbook 2nd Edition and any basic ASP 3.0 book.

Good luck!

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
Ricky said:
Thank you all for the tips but I just want/need a script that could be
accessed through a web page.

Thanks
Ricyk



Joe Kaplan said:
You can also build your own app that does this using your favorite web
development platform and any LDAP stack it supports. Popular ones for
this are ASP.NET with System.DirectoryServices and ASP with ADSI.
However, if the product Shenan mentioned works for the need here, it is
hard to imagine being able to build something better for less money.
$250 is chump change for server software.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services
Programming"
http://www.directoryprogramming.net
--
 
where can i find "Shenan product"? What kind of program it is?

Thanks

Joe Kaplan said:
Gotcha. I don't really do script/ASP, so I probably can't help you here.
I'm a .NET guy. However, you'd probably want to build something with ASP
and ADSI. I'd suggest getting some books that cater to that, such as the
Active Directory Cookbook 2nd Edition and any basic ASP 3.0 book.

Good luck!

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services
Programming"
http://www.directoryprogramming.net
--
 
Back
Top