Publish Active Directory Users information into a html web page

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
 
S

Shenan Stanley

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/
 
J

Joe Kaplan

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.
 
R

Ricky

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
--
 
J

Joe Kaplan

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
--
 
R

Ricky

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
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top