通过web修改AD域用户密码

win2003中已经具备修改AD域用户密码的方法:
1、将C:\WINDOWS\system32\inetsrv下面的整个iisadmpwd目录复制到C:\Inetpub\wwwroot下(仅为了不破坏原始文件)
2、WEB共享iisadmpwd目录到80网站上,默认读取和脚本权限即可
3、检查IIS服务的ASP支持是否安装
4、将aexp2.asp更名为default.asp,并根据自己需要修改这个文件,例如没启用证书则将https改为http
5、访问http://moss/iisadmpwd即可修改密码了

这个方法修改密码比写个webpart更安全更标准(因为这个是官方解决方案)。


提示“缺少对象”的解决:
Register the Iispwchg.dll file in the Iisadmpwd directory. To do this, click Start, click Run, type regsvr32 c:\winnt\system32\inetsrv\iisadmpwd\iispwchg.dll, and then click OK.

 

转自:http://www.newsmth.net/pc/pccon.php?id=2206&nid=321237

你可能感兴趣的:(SharePoint)