Displaying 2 results from an estimated 2 matches for "1p00_final".
2003 Jan 03
1
Error in SNIA spec wrt. SessionSetupAndX response when dialect is NT LM 0.12
Good evening,
On the bottom of page 53, section 4.1.2.2 in the SNIA spec
(http://www.snia.org/tech_activities/CIFS/CIFS-TR-1p00_FINAL.pdf), it
states if the dialect is NT LM 0.12 and extended security is off (I.e.,
use "traditional" NTLMv2/NTLMv2 authentication w/o SecurityBlobs), the
SessionSetupAndX response is as shown in section 4.1.2.2 with a word
count = 4. However, what I have noticed is this is not the case, b...
2003 May 21
1
python bindings api
I'm trying to understand the python binding api in the samba-3.0alpha24
snapshot. In trying to get the security descriptor of a file, I have the
following bit of code:
from samba import smb
creds = {...} # domain,username,password
cnn = smb.connect("svr1")
cnn.session_request("svr1")
cnn.negprot()
cnn.session_setup(creds)
cnn.tconx("c$")
fnum =