Web templates that will build AD users, edit AD users, create fol.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to see a web template I can add to a IIS website, tht will allow
management to make requests for:
shares, creation of AD users, or edit a current user. Once the form is
submitted it should create this resouce but leave ie disabled.
 
Good luck

Those are OS controlled security items and I doubt any web based app will have access to them

You would need a custom VB app on the server and lots of security overrides

--




| I would like to see a web template I can add to a IIS website, tht will allow
| management to make requests for:
| shares, creation of AD users, or edit a current user. Once the form is
| submitted it should create this resouce but leave ie disabled.
 
Actually, you can interact with AD via ADSI (Active Directory Service
Interfaces).

You can find some background info at Microsoft:
http://www.microsoft.com/windows2000/techinfo/howitworks/activedirectory/adsilinks.asp

A quick Google search turned up many references to using ASP or PHP with
ADSI. I've done a little PHP scripting checking user accounts against AD
for website authentication, but nothing like you're looking for. I'm not
aware of any packages that do this, but that doesn't mean they don't exist.
 

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

Back
Top