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

T

Thomas

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

Stefan B Rusynko

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

Jack Brewster

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