|
ADSI and ASP by Charles Carroll
ADSI stands for Active
Directory Server Interface
and it basically is a com object to allow ASP (or any language) to interogate and
manipulate the types of objects that are managed by servers traditionally: domains,
groups, users, passwords, directory listings. It is intended to be an integral part of NT5
and will also be extended to communicate with a variety of server architectures (Netscape
Servers, Novell servers, LDAP servers) but it is available today in beta form for
downloading. Here is a up-to-date list of where you can find out about this bleeding edge
technology:
http://www.15seconds.com/focus/ADSI.htm
has everything about ADSI you would want to know and is running a well managed,
low-noise list-serve devoted to ADSI.
http://www.netfokus.dk/vbadmincode/
is a great source for FREE Visual Basic code to manage NT servers that easily
adapts to ASP or can be used in a VB/ASP Component.
ADSI listserv by 15seconds.com
to: -> LISTSERV@LISTSERV.15SECONDS.COM
body (not subject) -> SUBSCRIBE ADSI Your Name
http://www.jfkdesigns.com/default.asp?go=ADSI
has some FREE ADSI scripts
|