Warning If you use the ADSI Edit snap-in, the LDP utility, or any other LDAP version 3 client, and you incorrectly modify the attributes of Active Directory objects, you can cause serious problems. These problems may require you to reinstall Microsoft Windows 2000 Server, Microsoft Windows Server 2003, Microsoft Exchange 2000 Server, Microsoft Exchange Server 2003, or both Windows and Exchange. Microsoft cannot guarantee that problems that occur if you incorrectly modify Active Directory object attributes can be solved. Modify these attributes at your own risk.
To work around this problem, modify the
servicePrincipalName attribute in Active Directory. To do this, follow these steps:
- Start the ADSI Edit tool. To do this, click Start, click Run, type adsiedit.msc, and then click OK.
Note The ADSI Edit tool is included with the Windows Server 2003 Support Tools. - Connect to a domain controller if ADSI Edit is not already connected to a domain controller.
- Expand Domain [domainControllerName.example.com], expand DC=example,DC=com, and then expand CN=Computers.
Note If the computer for which you want to modify the SPN is located in a different container, modify this path as appropriate. - Right-click CN=serverName, and then click Properties.
- On the Attribute Editor tab, click to select both the following check boxes:
- Show mandatory attributes
- Show optional attributes
- In the Attributes list, click servicePrincipalName, and then click Edit.
- In the Multi-valued String Editor dialog box, click HOST/serverName$, and then click Remove. This value appears in the Value to add box.
- Modify the entry in the Value to add box to remove the dollar sign ($), and then click Add.
Note If this entry already appears in the Values list, do not add it. - Click HOST/serverName$.EXAMPLE.COM, and then click Remove. This value appears in the Value to add box.
- Modify the entry in the Value to add box to remove the dollar sign ($), and then click Add.
Note If this entry already appears in the Values list, do not add it. - Click OK two times, and then exit the ADSI Edit tool.