Hiya.. I got a new Samba for my SUSE 10.1 x86_64 by automatic update last night, and now all of a sudden my Vista workstation won't connect to the shares automatically. I have the machine as a domain controller with LDAP backend, and it's been working flawless until the new update to samba-3.0.22-13.32. My log.smbd shows this as the workstation logs in, and asks for username/password, which it has NEVER done before: [2007/07/20 10:31:25, 0] smbd/server.c:main(805) smbd version 3.0.22-13.32-1354-SUSE-CODE10 started. Copyright Andrew Tridgell and the Samba Team 1992-2006 [2007/07/20 10:34:48, 0] lib/util_sock.c:get_peer_addr(1225) getpeername failed. Error was Transport endpoint is not connected [2007/07/20 10:34:48, 0] lib/util_sock.c:write_data(557) write_data: write failure in writing to client 192.168.111.30. Error Connection reset by peer [2007/07/20 10:34:48, 0] lib/util_sock.c:send_smb(765) Error writing 4 bytes to client. -1. (Connection reset by peer) [2007/07/20 10:35:22, 1] smbd/service.c:make_connection_snum(700) hilda (192.168.111.30) connect to service profiles initially as user anders (uid=1002, gid=1001) (pid 5548) [2007/07/20 10:35:25, 1] smbd/service.c:make_connection_snum(700) hilda (192.168.111.30) connect to service anders initially as user anders (uid=1002, gid=1001) (pid 5548) [2007/07/20 10:35:27, 1] smbd/service.c:make_connection_snum(700) hilda (192.168.111.30) connect to service netlogon initially as user anders (uid=1002, gid=1001) (pid 5548) [2007/07/20 10:35:32, 1] smbd/service.c:close_cnum(897) hilda (192.168.111.30) closed connection to service profiles [2007/07/20 10:35:38, 1] smbd/service.c:close_cnum(897) hilda (192.168.111.30) closed connection to service anders [2007/07/20 10:36:00, 1] smbd/service.c:close_cnum(897) hilda (192.168.111.30) closed connection to service netlogon Then I enter username/pass for the share, and log shows: [2007/07/20 10:41:23, 1] smbd/service.c:make_connection_snum(700) hilda (192.168.111.30) connect to service anders initially as user anders (uid=1002, gid=1001) (pid 5648) [2007/07/20 10:41:23, 1] smbd/service.c:make_connection_snum(700) hilda (192.168.111.30) connect to service netlogon initially as user anders (uid=1002, gid=1001) (pid 5648) Then the login script tries to connect to the second share, asks for username and password again, I enter it, and the Vista net utility replies with system error 1219. Then I tried to use the "expanded" net use format, like this: net use * \\beata\firman /U:NORRBRING\anders "the_password" and that worked fine. Next attempt was: net use * \\beata\firman /U:NORRBRING\anders Then it asked for password, and I hit <enter> and got connected to the share. Maybe I should also mention that the profile is updated correctly on the server, so all changes are updated in the .msprofile.V2 directory. Any ideas on all of this? Anders.