SMB3 Session Setup

Steve French smfrench at gmail.com
Tue Oct 2 22:39:46 MDT 2012


I noticed some odd differences between Samba 4 (current master) and
Windows 8 in SMB3 session setup handling (both fail for different
reasons at the moment from the linux cifs client, while smb2.1 works).

negotiate protocol to both (Samba and Windows 8) look similar.  In
this case I am requesting only one dialect smb3
session setup phase 1 (raw ntlmssp) looks similar.
three cases for session setup phase two
1) if bad password:  then I get STATUS_LOGON_FAILURE as expected
2) if good password (which worked with smb2.1) then to Samba server I
get Samba sending back a signed response (success), even though I
didn't ask for signing
3) if good password (which worked with smb2.1) then to Windows 8
server I get Windows 8 sending back an error response
"STATUS_USER_SESSION_DELETED"
Any idea what that error means?





-- 
Thanks,

Steve


More information about the samba-technical mailing list