1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

script: clustered samba: Build samba-ctdb with ad-dc support

samba-tool requires addc support

BUG: https://bugzilla.samba.org/show_bug.cgi?id=6750

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Pavel Filipenský 2024-07-12 22:09:43 +02:00 committed by Pavel Filipensky
parent bf13d9b3ef
commit fb0c2774ca

View File

@ -852,7 +852,6 @@ tasks = {
"./configure.developer ${PREFIX} " "./configure.developer ${PREFIX} "
"--with-selftest-prefix=./bin/ab " "--with-selftest-prefix=./bin/ab "
"--with-cluster-support " "--with-cluster-support "
"--without-ad-dc "
"--bundled-libraries=!tdb"), "--bundled-libraries=!tdb"),
("samba-make", "make"), ("samba-make", "make"),
("samba-check", "./bin/smbd --configfile=/dev/null -b | grep CLUSTER_SUPPORT"), ("samba-check", "./bin/smbd --configfile=/dev/null -b | grep CLUSTER_SUPPORT"),