How To Find and Clean Up Duplicate Security Identifiers with Ntdsutil in Windows 2000 (315062)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
This article was previously published under Q315062 SUMMARY
This article describes how to check for and clean up (or remove) duplicate security identifiers (SIDs) in the SAM database. A unique SID identifies each security account (such as users, groups, and computers). You use a SID to uniquely identify a security account and to perform access checks against resources such as files, file directories, printers, Microsoft Exchange mailboxes, Microsoft SQL Server databases, objects that are stored in Active Directory, or any data that is protected by the Windows 2000 security model.
A SID contains header information and a set of relative identifiers that identify the domain and the security account. In a domain, each domain controller can create accounts and issue to each account a unique SID. Each domain controller maintains a pool of relative IDs that is used to create SIDs. When 80 percent of the relative ID pool is consumed, the domain controller requests a new pool of relative identifiers from the relative ID operations master. This ensures that the same pool of relative IDs is never allocated to different domain controllers, and prevents the allocation of duplicate SIDs. However, because it is possible (but rare) for a duplicate relative ID pool to be allocated, you need to identify those accounts that have been issued duplicate SIDs to prevent incorrect security from being applied.
Duplicate relative ID pools can occur if the administrator seizes the relative ID master role while the original relative ID master is operational but temporarily disconnected from the network. In typical practice, after one replication cycle, the relative ID master role is assumed by just one domain controller. However, before the role ownership is resolved, two different domain controllers might each request a new relative ID pool and be allocated the same relative ID pool.
back to the top
How to Start Ntdsutil
Note that Ntdsutil.exe is located in the Support Tools folder on the Windows 2000 CD-ROM.
- Click Start, and then click Run.
- In the Open box, type ntdsutil. A command window opens. You can access Help at any time by typing ? at the command prompt.
back to the top
How to Check for a Duplicate SID- At the Ntdsutil command prompt, type security account management, and then press ENTER.
- At the Security Account Maintenance command prompt, type connect to server DNSNameOfServer, and then press ENTER. Connect to the server that stores your SAM database.
- At the Security Account Maintenance command prompt, type check duplicate sid, and then press ENTER. A display of duplicates appears.
back to the top
How to Clean Up a Duplicate SID- At the Ntdsutil command prompt, type security account management, and then press ENTER.
- At the Security Account Maintenance command prompt, type connect to server DNSNameOfServer, and then press ENTER. Connect to the server that stores your SAM database.
- At the Security Account Maintenance command prompt, type cleanup duplicate sid, and then press ENTER. Ntdsutil confirms the removal of the duplicate.
- At the Security Account Maintenance command prompt, type q, and then press ENTER.
- When you are finished with Ntdsutil, type q, and then press ENTER.
back to the top
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
243267 How to Automate Ntdsutil.exe Using a Script
back to the top
Modification Type: | Minor | Last Reviewed: | 7/14/2004 |
---|
Keywords: | kbhowto kbHOWTOmaster KB315062 kbAudITPro |
---|
|