views:

132

answers:

2

How can I build a web page that allows a logged on user of a Windows 2003 domain change details of his account (probably just First Name, Surname, and Phone number)?

A: 

Check out Python-AD (Python Active Directory) which offers the bindings you'll want for communicating with the AD server.

As for the very broad "how can I build a web page" portion of your request, SO has plenty of questions/answers on good web frameworks in python :-)

Jarret Hardie
A: 

Take a look at this http://www.novell.com/coolsolutions/feature/11204.html

MarlonRibunal