Microsoft has the following information documented in KB article 934838.
To change the passwords for service accounts in SharePoint Server 2007 and in Windows SharePoint Services 3.0, follow these steps.
Note If the SQL Server service uses a domain account, and the password for that domain account is either expired or invalid, make sure that you update the password for the domain account before you perform this procedure.
The KB article 934838 also has a script listed that automates changing of the passwords.
How to update the SharePoint Server 2007 password when SharePoint Server 2007 is installed in a least-privileges configuration
Start the SPAdmin service on all computers in the farm before you update the password. Stop the service when the operation is complete.
Add the database access account to the local administrators group of each computer in the farm that has an online search instance. Log on by using that account, and then update the password by using the stsadm command.
When this operation is complete, remove the database access account from the local administrators group of each computer.
If you’ve run into the 50 site limitation in the site directory listing you can use the following method to increase the size limit. The Table of Content (TOC) Web part is used to display the site directory listing. If you were using SPS 2003 before you may have thousands of sites listed in the TOC Web part but if you upgrade it to MOSS 2007 you will notice that only the first 50 sites are displayed.
Edit the IIS web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\YourSiteName80 on each front-end Web server. Make sure that you edit the correct web.config file. DO NOT edit the SharePoint web.config file located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\CONFIG\.
Set the DynamicChildLimit value to “0″ if you don’t want any limits. Otherwise, set it to a number that you would like.
For each provider listed below, add the DynamicChildLimit value, as shown in bold below. The following example sets the size limit to zero (unlimited).
<add name=”GlobalNavSiteMapProvider” description=”CMS provider for Global navigation” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=70ac9876ab9ca575″ NavigationType=”Global” EncodeOutput=”true” DynamicChildLimit=”0″/>
<add name=”CombinedNavSiteMapProvider” description=”CMS provider for Combined navigation” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=70ac9876ab9ca575″ NavigationType=”Combined” EncodeOutput=”true” DynamicChildLimit=”0″/>
<add name=”CurrentNavSiteMapProvider” description=”CMS provider for Current navigation” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=70ac9876ab9ca575″ NavigationType=”Current” EncodeOutput=”true” DynamicChildLimit=”0″/>
<add name=”CurrentNavSiteMapProviderNoEncode” description=”CMS provider for Current navigation, no encoding of output” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=70ac9876ab9ca575″ NavigationType=”Current” EncodeOutput=”false” DynamicChildLimit=”0″/>
Contact E-mail | Terms of Use | Privacy Policy
Copyright ©2009 Zubair Alexander. All rights reserved.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Nov | Jan » | |||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||
25 queries. 0.721 seconds