1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/winbind/wscript_build
Andrew Bartlett c31c30043b s4-winbindd: Remove the winbind rewrite from the samba4 effort
This winbind implementation is undermaintained, out of date and not the
future of even the AD DC, let alone any other purpose.

Removing it will reduce our security and bug exposure on this
off by default subsystem

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Jun 24 22:34:57 CEST 2015 on sn-devel-104
2015-06-24 22:34:57 +02:00

26 lines
477 B
Python

#!/usr/bin/env python
bld.SAMBA_MODULE('service_winbindd',
source='winbindd.c',
subsystem='service',
init_function='server_service_winbindd_init',
deps='process_model UTIL_RUNCMD',
internal_module=False,
)
bld.SAMBA_SUBSYSTEM('WB_HELPER',
source='wb_async_helpers.c wb_utils.c',
autoproto='wb_helper.h',
public_deps='RPC_NDR_LSA dcerpc-samr'
)
bld.SAMBA_SUBSYSTEM('IDMAP',
source='idmap.c',
autoproto='idmap_proto.h',
public_deps='samdb-common ldbsamba'
)