Use IIS6.0's password modification function to modify the Active Directory User Password

Source: Internet
Author: User

Step 2: create a virtual directory "IISADMPWD" under the WSS site to point to % system % \ System32 \ Inetsrv \ Iisadmpwd. Set the permission to allow reading and running scripts. In fact, you can directly access IISADMPWD \ aexp2.asp and you will find that you can change the password, but to make it easier and more elegant, continue with the following steps

You may change the name of aexp2.asp to default. asp.

Step 2: create a web Part Page pwd. aspx on The WSS site, add a web page viewer on the page, and point the link to/IISADMPWD \ aexp2.asp

Use SPD to open a website and create a webpage based on the dashboard page

Insert a deployment point web Part area and save it as pwd. aspx.

You can test the connection

Step 2: add the password change option to the welcome menu
Modify C: \ Program Files \ Common Files \ Microsoft Shared \ web server extensions \ 12 \ TEMPLATE \ CONTROLTEMPLATES \ Welcome. ascx file, add a new <SharePoint: MenuItemTemplate/> between ID_PersonalInformation and ID_LoginAsDifferentUser, 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 the preceding settings are not met, the error "the password is too short" may occur.

Configure anonymous access on MOSS

By default, anonymous users are IUSR_MOSS of the local MOSS server.

IUSR_DC user changed to the domain

Browse by iisadmpwd

Note: Sometimes, you can use website management to log on and change the password. However, if you use a common website to access a user, you cannot change the password. You can change the authentication method as follows:

If the following error occurs, check whether your settings are correct.

This article is from the "zhawuxi" blog

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.