Displaying 6 results from an estimated 6 matches for "nt_response".
2011 Oct 26
1
Win7pro can't authenticate dcom identity
I have a Samba 3.4.7 PDC set up (Ubuntu 10.10/OpenLDAP) and have configured
a Windows 7 Pro 64 bit workstation as a domain member. Logins and shares
work without a hitch.
I'm running into a problem with ArcGIS 10 Server on Windows using domain
accounts for the services. ArcGIS post-install fails because it won't take
the username/password combination of the domain account. I initially
2015 Jun 02
2
Issues with OS/2 and Samba 4
...r user TS
First, the variable for length in the sourcecode seems wrong:
https://git.samba.org/?p=samba.git;a=blob;f=libcli/auth/ntlm_check.c;h=7f91b52a5fd78982d85a300dc610329a7bd9a801;hb=HEAD#l435
I guess it should read "lm_response->length" in the debug message
instead of "nt_response->length".
The value of "lm_response->length" is actually 1 in this case.
So here is the question: are these supposed to work or is this
considered legacy/unsupported/etc.?
Is OS/2 still a supported client in Samba 4?
The respective configuration options for smb.conf like &q...
2015 Jun 02
0
Issues with OS/2 and Samba 4
...t, the variable for length in the sourcecode seems wrong:
> https://git.samba.org/?p=samba.git;a=blob;f=libcli/auth/ntlm_check.c;h=7f91b52a5fd78982d85a300dc610329a7bd9a801;hb=HEAD#l435
>
> I guess it should read "lm_response->length" in the debug message
> instead of "nt_response->length".
>
> The value of "lm_response->length" is actually 1 in this case.
>
>
> So here is the question: are these supposed to work or is this
> considered legacy/unsupported/etc.?
> Is OS/2 still a supported client in Samba 4?
> The respective con...
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
...domain=<optimized out>,
nt_hash=nt_hash at entry=0x811a49430 "\347\305\335 ", <incomplete sequence \350\356>, server_chal=server_chal at entry=0x7fffffffd3f0,
server_timestamp=server_timestamp at entry=0x811a85a08, names_blob=0x7fffffffd530, lm_response=0x7fffffffd410, nt_response=0x7fffffffd420, lm_session_key=0x0,
user_session_key=0x7fffffffd440) at ../libcli/auth/smbencrypt.c:493
#6 0x0000000803b34e4b in cli_credentials_get_ntlm_response (cred=0x811a8b060, mem_ctx=mem_ctx at entry=0x811a850b0, flags=flags at entry=0x7fffffffd604, challenge=...,
server_timestamp=0...
2015 Apr 21
0
samba-4.2.0 join samba3 PDC
...x7f48048c63e0, binding_handle=0x7f48048c6ef0,
mem_ctx=0x7f48048c4c30, logon_parameters=2080, username=0x7f48048be210
"a_user", domain=0x7f48048de740 "UNIMORE", workstation=0x7f48048c5890
"ORTO", chal=0x7f48048ccc60 "8\332G\332\317\036?
\221", lm_response=...,
nt_response=..., authoritative=0x7fff0ba1cabf "", flags=0x7fff0ba1cae8,
info3=0x7fff0ba1caf0) at ../source3/rpc_client/cli_netlogon.c:476
#15 0x00007f4800e521f1 in domain_client_validate
(mem_ctx=0x7f48048c4c30, user_info=0x7f48048a8870, domain=0x7f480489e770
"UNIMORE", chal=0x7f48048ccc60...
2007 Mar 07
1
NTLMv2 configuration problems
...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,...