Conflicting credentials with Windows 2000

Conflicting credentials with Windows 2000

I have a Red Hat ES 3.0 server running Samba 3.0 as a PDC server. I have been able to get my Windows 98 clients to join the domain and run the login script but not the Windows 2000 systems. I can view Samba shares on the Win2000 systems in Windows Explorer but I can't get the Win2000 to join the domain or run the login script. (I believe that when I get the system to join the domain the login script will run.)

To try to connect to the domain I go to the "Control Panel" button and select the "System" option. From there, I go to the "Properties" subheading of the "Network Identification" key. I select "Domain" under "Member of" and input the domain name. Then I am prompted for a login name and I enter the same name and password I used on the Win98 system. Finally, I receive the following error "The credentials supplied conflict with an existing set of credentials."

I am not having this problem in Win98. What's going on?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I have found a couple references to this problem none reference you exact problem but they may help lead you to the correct answer. The cause is "double accessing" a resource from the same Windows machine. It may be because you are already auto-logged from the Windows 2000 machine. You can sever the connections by rebooting or use the following trick from the command prompt on your Windows client:

NET USE * /DELETE

This should remove all shares to other computers from Windows 2000. You may find that the following Microsoft Knowledge Base articles helpful too "Error: The Credentials Supplied Conflict with an Existing Set of Credentials" or "Err Msg: The Credentials Supplied Conflict with an Existing...".

Here are some relevant articles from the Samba mailing list.

You can solve the problem by creating different users for each resource.

Basically, the post states that if the Windows network redirector can't handle it, you can solve the problem by using different entries in your local lmhosts file (on the NT box).

For example:

net use servershare1 /user:1

net use 10.9.8.7share2 /user:user2

10.9.8.7 is the IP address of "server."

This was first published in October 2005