[Samba] HEAD and multiple user connections from same client

Grant.Beattie at fulcrum.com.au Grant.Beattie at fulcrum.com.au
Thu Mar 14 20:37:03 GMT 2002


I now have the latest cvs sources authenticating via the Win2k PDC,
using domain level security.

There is a problem with multiple user connections to samba from the
same client. First user is OK, second gets the first user's directory
mapping. This can be reproduced, eg.

* User1 connects to \\smbhost\user1, gets a new connection to smbhost,
  /home/users/user1
* User2 connects to \\smbhost\user2, uses the existing connection to
  smbhost, and incorrectly receives /home/users/user1 instead of user2

This is obviously not useful for most purposes. :)

[2002/03/15 14:49:09, 3] smbd/service.c:find_service(138)
  checking for home directory grant gave /home/users/grant
[2002/03/15 14:49:09, 3] smbd/password.c:authorise_login(496)
  authorise_login: ACCEPTED: validated based on vuid as non-guest (user=grant)
[2002/03/15 14:49:09, 3] smbd/service.c:make_connection(524)
  Connect path is /home/users/grant

...

[2002/03/15 15:01:16, 3] smbd/service.c:find_service(138)
  checking for home directory tym gave /home/users/tym
  authorise_login: ACCEPTED: validated based on vuid as non-guest (user=tym)
[2002/03/15 15:01:16, 3] smbd/service.c:make_connection(524)
  Connect path is /home/users/grant

is there a way to force a new connection for each user? or another
work-around?

full debug output is available if someone would like to attempt a fix
:)

g.





More information about the samba mailing list