mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
s4:winbind Fix up includes after seperation of idmap.idl from winbind.idl
This commit is contained in:
parent
285647664c
commit
e7fe4d3885
@ -22,7 +22,7 @@
|
||||
#ifndef _IDMAP_H_
|
||||
#define _IDMAP_H_
|
||||
|
||||
#include "librpc/gen_ndr/winbind.h"
|
||||
#include "librpc/gen_ndr/idmap.h"
|
||||
|
||||
struct idmap_context {
|
||||
struct loadparm_context *lp_ctx;
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "auth/credentials/credentials.h"
|
||||
#include "libcli/auth/libcli_auth.h"
|
||||
#include "librpc/gen_ndr/ndr_netlogon.h"
|
||||
#include "librpc/gen_ndr/winbind.h"
|
||||
#include "param/param.h"
|
||||
|
||||
/* Oh, there is so much to keep an eye on when authenticating a user. Oh my! */
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "auth/credentials/credentials.h"
|
||||
#include "libcli/auth/libcli_auth.h"
|
||||
#include "librpc/gen_ndr/ndr_netlogon_c.h"
|
||||
#include "librpc/gen_ndr/winbind.h"
|
||||
|
||||
struct wb_sam_logon_state {
|
||||
struct composite_context *ctx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user