1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-29 02:50:28 +03:00

s3: auth also needs parts of smbd.

Guenther
This commit is contained in:
Günther Deschner 2011-03-22 23:49:03 +01:00
parent 45364f5e69
commit 34a335a87d
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "../libcli/auth/ntlmssp.h"
#include "ntlmssp_wrap.h"
#include "../librpc/gen_ndr/netlogon.h"
#include "smbd/smbd.h"
NTSTATUS auth_ntlmssp_steal_session_info(TALLOC_CTX *mem_ctx,
struct auth_ntlmssp_state *auth_ntlmssp_state,

View File

@ -20,6 +20,7 @@
#include "includes.h"
#include "system/passwd.h"
#include "smbd/smbd.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_AUTH