Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Page user creations with VBS

Status
Not open for further replies.
Oct 21, 2003
19
US
Has anyone set up a simple web page to administrate users with in AD? I have the VBS scripts but I want to have my helpdesk people to be able to add the user information into them with out actually editing the VBS scripts. Thanks
 
Are you certain this is the valid LDAP Path? Is your servers name "myserver" ? Check the LDAP path with ADSIEdit.
set o = getobject("LDAP://myserver.ece.tce.edu/CN=Users,DC=ece,DC=tce,DC=edu")

I hope you find this post helpful. Please let me know if it was.

Regards,

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top