mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3-passdb: include samr.h where needed.
Guenther
This commit is contained in:
parent
677dcfa678
commit
ae36783c7b
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "rpc_client/cli_samr.h"
|
||||
#include "../librpc/gen_ndr/ndr_samr.h"
|
||||
#include "rpc_client/cli_samr.h"
|
||||
|
||||
/*************************************************************
|
||||
Change a password on a remote machine using IPC calls.
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
|
||||
#ifndef LINUX
|
||||
/* This is only needed by modules in the Sun implementation. */
|
||||
#if defined(HAVE_SECURITY_PAM_APPL_H)
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "tldap_util.h"
|
||||
#include "../libds/common/flags.h"
|
||||
#include "secrets.h"
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
|
||||
struct pdb_ads_state {
|
||||
struct sockaddr_un socket_address;
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "secrets.h"
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_PASSDB
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_PASSDB
|
||||
|
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
#include "rpc_server/srv_samr_util.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "utils/net.h"
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
|
||||
/*
|
||||
* Set a user's data
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "popt_common.h"
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
|
||||
#define BIT_BACKEND 0x00000004
|
||||
#define BIT_VERBOSE 0x00000008
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "secrets.h"
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
|
||||
extern bool AllowDebugChange;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user