Unable to Add More Than One User or Object with the Same Name to Active Directory
ID: Q234051
|
The information in this article applies to:
-
Microsoft Windows 2000 Server
-
Microsoft Windows 2000 Datacenter Server
-
Microsoft Windows 2000 Advanced Server
SYMPTOMS
When you attempt to add a new user or object to the Active Directory (AD), you are unable to do so and one of the following error messages may be displayed:
The object <name of user or object being created> could not be created.
The problem encountered was;
An attempt was made to add an object to the directory with a name that is already in use.
Windows cannot create the new user object because the name <username> is already in use. Select another name, and try again.
Windows cannot create the specified object because: The specified user already exists.
The user logon name you have chosen is already in use in this enterprise. Choose another logon name, and then try again.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Windows 2000.
MORE INFORMATION
Windows 2000 requires that the following two things be unique in order for a new object to be created:
- The downlevel logon name needs to be unique throughout the entire AD for backward compatibility with computers running Windows NT 4.0.
- The Relative Distinguished Name (RDN), commonly referred to as the "friendly" name, must also be unique within the same container.
Objects (such as printers, users, and so forth) can have the same name, but just not exist in he same container. This means that there can be a user <John Doe> in the Organizational Unit (OU) named Marketing, and also a <John Doe> in the OU named Sales. There can also be as many objects in the AD named <John Doe> as needed, just as long as each one belongs in a different container.
Additional query words:
Keywords :
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
|