mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s3-build: only include krb5 environment variables where required.
Guenther
This commit is contained in:
parent
c8f8110342
commit
ca765d2f50
@ -626,7 +626,6 @@ extern void *cmdline_lp_ctx;
|
||||
#include "../lib/util/time.h"
|
||||
#include "../lib/util/asn1.h"
|
||||
|
||||
#include "krb5_env.h"
|
||||
#include "libads/ads_status.h"
|
||||
#include "interfaces.h"
|
||||
#include "trans2.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "lib/netapi/netapi.h"
|
||||
#include "lib/netapi/netapi_private.h"
|
||||
#include "secrets.h"
|
||||
#include "krb5_env.h"
|
||||
|
||||
extern bool AllowDebugChange;
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "../libds/common/flags.h"
|
||||
#include "secrets.h"
|
||||
#include "rpc_client/init_lsa.h"
|
||||
#include "krb5_env.h"
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "ads.h"
|
||||
#include "libnet/libnet_keytab.h"
|
||||
#include "libnet/libnet_samsync.h"
|
||||
#include "krb5_env.h"
|
||||
|
||||
#if defined(HAVE_ADS)
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "smb_krb5.h"
|
||||
#include "../libcli/auth/ntlmssp.h"
|
||||
#include "libads/kerberos_proto.h"
|
||||
#include "krb5_env.h"
|
||||
|
||||
static const struct {
|
||||
int prot;
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "nt_printing.h"
|
||||
#include "ads.h"
|
||||
#include "secrets.h"
|
||||
#include "krb5_env.h"
|
||||
|
||||
#ifdef HAVE_ADS
|
||||
/*****************************************************************
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "libnet/libnet_join.h"
|
||||
#include "smb_krb5.h"
|
||||
#include "secrets.h"
|
||||
#include "krb5_env.h"
|
||||
|
||||
#ifdef HAVE_ADS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user