Modify the AD user password with the password modification function of IIS6.0

  
        

Step 1: Create a virtual directory under the WSS site “IISADMPWD”point to %system%\\System32\\Inetsrv\\Iisadmpwd. Permissions are set to allow reading and running scripts. In fact, you can directly access IISADMPWD\\aexp2.asp and you will be able to change the password, but continue to perform the following steps for more convenience and beauty





You may rename aexp2.asp to default.asp

Step 2: Create a new web part page pwd.aspx in the WSS site, then add a page view on the page. To link /IISADMPWD\\aexp2.asp

Open the website with SPD and create a new page based on the motherboard page





is inserted into a region shortpoint web member, save for the pwd.aspx








You can test the connection


Step 3: Add the selection of the modified password to the welcome menu to modify C :\\Program Files\\Common Files\\Microsoft Shared\\web server extensions\\12\\TEMPLATE\\CONTROLTEMPLATES\\Welcome.ascx file, add a new <SharePoint between ID_PersonalInformation and ID_LoginAsDifferentUser :MenuItemTemplate />, and point the path to /pwd.aspx as follows:

<SharePoint:MenuItemTemplate runat="server" id="ID_PersonalInformation" ... /><SharePoint: MenuItemTemplate runat="server" id="ID_ChangePassword" Text="Change Password" Description="Modify Personal Login Password" MenuGroupId="100" Sequence="100" UseShortId="true" ClientOnClickNavigateUrl ="/pwd.aspx" /><SharePoint:MenuItemTemplate runat="server" id="ID_LoginAsDifferentUser" ... />

Set password policy on DC

gpupdate application policy


If you do not use the above settings, you may get the error "The password is too short"

Configure anonymous access on MOSS

Anonymous user defaults to IUSR_MOSS of MOSS local server

Iuss_DC user modified to domain


Browsing by iisadmpwd


Note: Sometimes it may appear, use website management Login, you can change the password, but you can use the ordinary website to access the user login can not modify the password, you can change the previous authentication method as follows


If the following error occurs, please check your there is nothing wrong with setting




This article comes from & ldquo; zhawuxi & rdquo; blog



Copyright © Windows knowledge All Rights Reserved