mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3-libads: only include libds flags where needed.
Guenther
This commit is contained in:
@ -6,8 +6,6 @@
|
|||||||
basically this is a wrapper around ldap
|
basically this is a wrapper around ldap
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../libds/common/flags.h"
|
|
||||||
|
|
||||||
#define TOK_ID_KRB_AP_REQ ((const uint8_t *)"\x01\x00")
|
#define TOK_ID_KRB_AP_REQ ((const uint8_t *)"\x01\x00")
|
||||||
#define TOK_ID_KRB_AP_REP ((const uint8_t *)"\x02\x00")
|
#define TOK_ID_KRB_AP_REP ((const uint8_t *)"\x02\x00")
|
||||||
#define TOK_ID_KRB_ERROR ((const uint8_t *)"\x03\x00")
|
#define TOK_ID_KRB_ERROR ((const uint8_t *)"\x03\x00")
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include "lib/netapi/libnetapi.h"
|
#include "lib/netapi/libnetapi.h"
|
||||||
#include "../librpc/gen_ndr/cli_samr.h"
|
#include "../librpc/gen_ndr/cli_samr.h"
|
||||||
#include "rpc_client/init_samr.h"
|
#include "rpc_client/init_samr.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
/****************************************************************
|
/****************************************************************
|
||||||
****************************************************************/
|
****************************************************************/
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include "libads/sitename_cache.h"
|
#include "libads/sitename_cache.h"
|
||||||
#include "libads/cldap.h"
|
#include "libads/cldap.h"
|
||||||
#include "libads/dns.h"
|
#include "libads/dns.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
#ifdef HAVE_LDAP
|
#ifdef HAVE_LDAP
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
#ifdef HAVE_ADS
|
#ifdef HAVE_ADS
|
||||||
|
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
#include "rpc_client/cli_netlogon.h"
|
#include "rpc_client/cli_netlogon.h"
|
||||||
#include "lib/smbconf/smbconf.h"
|
#include "lib/smbconf/smbconf.h"
|
||||||
#include "lib/smbconf/smbconf_reg.h"
|
#include "lib/smbconf/smbconf_reg.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************
|
/****************************************************************
|
||||||
****************************************************************/
|
****************************************************************/
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "tldap.h"
|
#include "tldap.h"
|
||||||
#include "tldap_util.h"
|
#include "tldap_util.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
struct pdb_ads_state {
|
struct pdb_ads_state {
|
||||||
struct sockaddr_un socket_address;
|
struct sockaddr_un socket_address;
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include "nsswitch/libwbclient/wbclient.h"
|
#include "nsswitch/libwbclient/wbclient.h"
|
||||||
#include "libads/cldap.h"
|
#include "libads/cldap.h"
|
||||||
#include "libads/dns.h"
|
#include "libads/dns.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
#ifdef HAVE_ADS
|
#ifdef HAVE_ADS
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#include "utils/net.h"
|
#include "utils/net.h"
|
||||||
#include "../libgpo/gpo.h"
|
#include "../libgpo/gpo.h"
|
||||||
#include "libgpo/gpo_proto.h"
|
#include "libgpo/gpo_proto.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
#ifdef HAVE_ADS
|
#ifdef HAVE_ADS
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "winbindd.h"
|
#include "winbindd.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
#undef DBGC_CLASS
|
#undef DBGC_CLASS
|
||||||
#define DBGC_CLASS DBGC_IDMAP
|
#define DBGC_CLASS DBGC_IDMAP
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "idmap_adex.h"
|
#include "idmap_adex.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
#undef DBGC_CLASS
|
#undef DBGC_CLASS
|
||||||
#define DBGC_CLASS DBGC_IDMAP
|
#define DBGC_CLASS DBGC_IDMAP
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "winbindd.h"
|
#include "winbindd.h"
|
||||||
#include "../librpc/gen_ndr/cli_netlogon.h"
|
#include "../librpc/gen_ndr/cli_netlogon.h"
|
||||||
|
#include "../libds/common/flags.h"
|
||||||
|
|
||||||
#ifdef HAVE_ADS
|
#ifdef HAVE_ADS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user