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)?
如何构建一个允许Windows 2003域的登录用户更改其帐户详细信息(可能只是名字,姓氏和电话号码)的网页?
2 个解决方案
#1
Check out Python-AD (Python Active Directory) which offers the bindings you'll want for communicating with the AD server.
查看Python-AD(Python Active Directory),它提供了与AD服务器通信所需的绑定。
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 :-)
至于你的请求的非常广泛的“我如何构建一个网页”部分,在python中有很多关于良好的web框架的问题/答案:-)
#2
Take a look at this http://www.novell.com/coolsolutions/feature/11204.html
请看一下http://www.novell.com/coolsolutions/feature/11204.html
#1
Check out Python-AD (Python Active Directory) which offers the bindings you'll want for communicating with the AD server.
查看Python-AD(Python Active Directory),它提供了与AD服务器通信所需的绑定。
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 :-)
至于你的请求的非常广泛的“我如何构建一个网页”部分,在python中有很多关于良好的web框架的问题/答案:-)
#2
Take a look at this http://www.novell.com/coolsolutions/feature/11204.html
请看一下http://www.novell.com/coolsolutions/feature/11204.html