[Samba] SAMBA PROBLEM ON LINUX
Dirk Allaert
da at schaubroeck.be
Fri Mar 15 01:26:27 GMT 2002
> net use _\\SERVER1\IPC$_ /delete
> net use _\\SERVER1\CMSDOCS_ /delete
> net use _\\SERVER1\IPC$_ /delete
> net use _\\SERVER1\QCP_DOCS_ "passwdgoeshere" /user:qcp_docs
>
> Unfortunately, the moment the second .bat file is run to set the user
> logon back to cms_docs using the following commands:
>
> net use _\\SERVER1\IPC$_ /delete
> net use _\\SERVER1\QCP_DOCS_ /delete
> net use _\\SERVER1\IPC$_ /delete
> net use _\\SERVER1\CMSDOCS_ "passwdgoeshere" /user:cmsdocs
>
> The user gets the error:
> System error 1219 has occurred.
> The credentials supplied conflict with an existing set of credentials.
This is normal behaviour. You cannot connect with two different users to
an smb file server. If I am right, it is you Windows client that
enforces this. E.g. a Terminal server can make connections to smb server
with multiple users credentials. The smb protocol supports this, but MS
doesn't allow it.
More information about the samba
mailing list