Welcome to TechNet Blogs Sign in | Join | Help

Updating the SharePoint Admin Password on an existing Farm

The security policy for many IT departments within organizations requires that passwords be changed after a certain time period. This would require that the accounts associated with a SharePoint Server Farm install be updated.

Here are some steps to do this:

If you are fortunately enough to know the new password before the change has occurred you can:

  1. stsadm -o updatefarmcredentials -userlogin "domain user" -password "newPassword"
  2. iisreset
  3. stsadm -o updateaccountpassword -userlogin "domain user" -password "newpassword" -noadmin

To change the password after the change has been rolled out:

  1. Update all service accounts passwords for the SQL server if the service is running as a domain account
  2. Under the Internet Information Services (IIS) Manager update the password for each Application Pool by going to the properties and clicking on the Identity tab
  3. At this point you should be able to view the Central Admin Site, where you will update the password for the SSP Service credentials by either method:
    1. SharePoint Central Admin -> Click on the left nav Shared Services Administration link -> use the drop down on the SSP you need to change and click on Edit Properties -> Update the values for the SSP Service Credentials
    2. STSADM.exe -o editssp -title <SSP name> -ssplogin <username> -ssppassword <password>
  4. Update the Search Service credentials: Central Admin -> Operations -> Services on Server -> Office SharePoint Server Search -> update the credentials for the Service Account
  5. Profile Import credentials: SSP Admin -> User Profile and Properties -> Configure Profile Import -> Set the access account credentials
Published Thursday, October 04, 2007 11:35 AM by chrishe
Filed under: , ,

Comments

No Comments
Anonymous comments are disabled
 
Page view tracker