1
0
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:
Günther Deschner 2010-08-02 22:52:00 +02:00
parent 677dcfa678
commit ae36783c7b
9 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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)

View File

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

View File

@ -22,6 +22,7 @@
#include "includes.h"
#include "secrets.h"
#include "../librpc/gen_ndr/samr.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_PASSDB

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "../librpc/gen_ndr/samr.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_PASSDB

View File

@ -23,6 +23,7 @@
*/
#include "includes.h"
#include "../librpc/gen_ndr/samr.h"
#include "rpc_server/srv_samr_util.h"
#undef DBGC_CLASS

View File

@ -20,6 +20,7 @@
#include "includes.h"
#include "utils/net.h"
#include "../librpc/gen_ndr/samr.h"
/*
* Set a user's data

View File

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

View File

@ -18,6 +18,7 @@
#include "includes.h"
#include "secrets.h"
#include "../librpc/gen_ndr/samr.h"
extern bool AllowDebugChange;