mirror of
https://github.com/samba-team/samba.git
synced 2025-11-01 16:23:49 +03:00
ntlmssp over rpc over tcp now fully works
I needed to hack the ntlmssp code a little, as the auth code in samba4 is out of date relative to the samba3 auth code. I need to do a merge :)
This commit is contained in:
@@ -72,7 +72,7 @@ struct dcesrv_handle {
|
||||
|
||||
/* hold the authentication state information */
|
||||
struct dcesrv_auth {
|
||||
struct ntlmssp_state *ntlmssp_state;
|
||||
struct auth_ntlmssp_state *ntlmssp_state;
|
||||
struct dcerpc_auth *auth_info;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user