1
0
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:
Andrew Tridgell
-
parent 5fed4681ed
commit 6ee0935afe
6 changed files with 373 additions and 26 deletions

View File

@@ -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;
};