Redirect to IISADMPWD on Password Expired in Sharepoint
Mart Muller's (Tam Tam Webblogs) has very well explained on how to redirect to IISADMPWD to change the password when password is expired in Active Directory (AD).
http://blogs.tamtam.nl/mart/SharePointTipSPSWSSPasswordManagement.aspx
Things to make it work on MOSS 2007
- Skip step 2. i.e. Exclude IISADMPWD from WSSManagedPath.
- Also you need to make minor change to file aexp3.asp
Also make sure that you create a virtual directory for iisadmpwd inside your web application directory.
<form method="POST" action="http://<%=Server.HTMLEncode(Request.ServerVariables("SERVER_NAME"))%>:
<%=Server.HTMLEncode(Request.ServerVariables("SERVER_PORT"))%>
/iisadmpwd/achg.asp?<%=Server.HTMLEncode(Request.QueryString)%>">
1 comment:
using iis 7 on w2k8 x64 everything seems to work ok however it does not seem to redirect when password change required. Any ideas? The password change page works fine if i manually enter the url. Is there any way to get iis/sharepoint to send users to change password automatically?
Post a Comment