The branch, master has been updated
       via  acdfa98 s4-libnet: only build python-dckeytab module for Heimdal in 
AD DC mode
      from  0234e3a Revert "autobuild: Return the last 50 log lines"

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit acdfa98ac02b7a161a353614009ab0ec24f171fa
Author: Alexander Bokovoy <[email protected]>
Date:   Wed Mar 23 08:15:34 2016 +0200

    s4-libnet: only build python-dckeytab module for Heimdal in AD DC mode
    
    Signed-off-by: Alexander Bokovoy <[email protected]>
    Reviewed-by: Uri Simchoni <[email protected]>
    
    Autobuild-User(master): Uri Simchoni <[email protected]>
    Autobuild-Date(master): Wed Mar 23 23:43:51 CET 2016 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source4/libnet/wscript_build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build
index 6cca50d..daae59f 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')
        )


-- 
Samba Shared Repository

Reply via email to