summaryrefslogtreecommitdiff
path: root/source4/libnet
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2016-03-23 08:15:34 +0200
committerUri Simchoni <uri@samba.org>2016-03-23 23:43:51 +0100
commitacdfa98ac02b7a161a353614009ab0ec24f171fa (patch)
treef28af3754a7f0dedd1630ae7d365996a35c963dc /source4/libnet
parent0234e3ac93fbfe1e74f1888599318084a749202d (diff)
downloadsamba-acdfa98ac02b7a161a353614009ab0ec24f171fa.tar.gz
s4-libnet: only build python-dckeytab module for Heimdal in AD DC mode
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> Autobuild-User(master): Uri Simchoni <uri@samba.org> Autobuild-Date(master): Wed Mar 23 23:43:51 CET 2016 on sn-devel-144
Diffstat (limited to 'source4/libnet')
-rw-r--r--source4/libnet/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build
index 6cca50d31d0..daae59fa5a7 100644
--- a/source4/libnet/wscript_build
+++ b/source4/libnet/wscript_build
@@ -18,5 +18,5 @@ bld.SAMBA_PYTHON('python_dckeytab',
source='py_net_dckeytab.c libnet_export_keytab.c',
deps='pyrpc_util HDB_SAMBA4 com_err',
realname='samba/dckeytab.so',
- enabled=bld.CONFIG_SET('SAMBA4_USES_HEIMDAL')
+ enabled=bld.CONFIG_SET('SAMBA4_USES_HEIMDAL') and bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED')
)