search for: smb_pwd_check_ntlmv2

Displaying 4 results from an estimated 4 matches for "smb_pwd_check_ntlmv2".

Did you mean: smb_pwd_check_ntlmv1
2004 Jan 30
0
log errors - worry or don't worry?
...Machine does have domain account but I am presently using SFU 2.2 and NFS mounts on samba server to attach but these errors occur every time I 'touch' a file on the NFS mount via a cron script running on the samba server on each mount from the NAS... [2004/01/29 20:18:00, 0] auth/auth_sam.c:smb_pwd_check_ntlmv2(107) smb_pwd_check_ntlmv2: incorrect password length (9) [2004/01/29 20:18:00, 0] auth/auth_sam.c:smb_pwd_check_ntlmv1(52) smb_pwd_check_ntlmv1: incorrect password length (9) seems to want to map root to Administrator in SFU user mapping - mount is by root, file is touched (updated) and mounts...
2003 Oct 22
4
Clear text authentication impossible???
We have an Exchange 5.5 server in our Samba 3 domain und want to have POP3 access with clear text authentication from clients. But no kind of credentials is accepted. It did a level 10 log on the Samba server and found my clear text password in the log (in nt_chal_resp and lm_chal_resp fields) during authentication. Is it possible that Samba can't handle the clear-text pass-through from
2003 Oct 16
1
NET_SAMLOGON issue
...lever :-) HummingBird sends us a clear text password...quite strange....as the debugging string 'nt_chal_resp' would make us think it is rather a NTLM challenge response. --SNIP-- sam_password_ok: Checking NTLMv2 password with domain [DC-SORRAL] [2003/10/14 16:40:37, 100] auth/auth_sam.c:smb_pwd_check_ntlmv2(131) Part password (P16) was | [2003/10/14 16:40:37, 100] lib/util.c:dump_data(1825) [000] 83 0D 28 64 3B F5 66 10 23 F9 14 15 80 08 95 40 ..(d;.f. #......@ Password from client was | [2003/10/14 16:40:37, 100] lib/util.c:dump_data(1825) [000] 35 00 35 00 6E 00 6D 00 30 00 38 00 64 00 6B...
2007 Mar 07
1
NTLMv2 configuration problems
...t;ntlm_password_check: Interactive logon: NT password check failed for user %s\n", username)); return NT_STATUS_WRONG_PASSWORD; } I can see that the code to check ntlmv2 password comes later if (smb_pwd_check_ntlmv2( nt_response, nt_pw, challenge, client_username, client_domain, False,...