Hi, I installed samba 2.2.2 on a solaris server, I set security=user in [global], but when I try to access from windows nt or windows nt workstation, it will popup the error: 'The credentials supplied conflict with an existring set of credentials'. In windows 95 and windows 98 is no such problem. Is there anybody know how to solve this problem? Appreciate if you could help me. Thanks. zb __________________________________________________ Do You Yahoo!? Yahoo! Events Guide - Entertainment, community events and more! http://events.yahoo.com.sg/
Windows NT (and higher?) wants to connect to the server with only one user/password combo (this establishes the Interprocess Communications Pipe \\server\IPC$). If you're already authenticated with one user/password, and try to connect with another, you'll get the error 'The credentials supplied conflict with an existing set of credentials'. Perhaps you are trying to authenticate to different shares as different users, or maybe one share wants you to authenticate and the other wants you to be guest (which Samba accepts as "null session", user="" passwd="")? If you're sure you want to connect as a different user from who was just connected, disconnect all the drive shares (and maybe printers) then run "net use \\server\IPC$ /delete" to be sure to "de-authenticate" from the server. Now you can cleanly connect with a different username. Eric W. Wallace National Semiconductor/Maine I.S. Infrastructure Sr. System Engineer eric.wallace@nsc.com