From: Andreas Schneider Date: Tue, 23 Apr 2019 16:10:04 +0000 (+0200) Subject: autobuild: Build also Samba AD with MIT Kerberos X-Git-Url: http://git.samba.org/?p=amitay%2Fsamba.git;a=commitdiff_plain;h=f1bf02c78aaef71cf55be055f46a626c06bdb495 autobuild: Build also Samba AD with MIT Kerberos Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- diff --git a/script/autobuild.py b/script/autobuild.py index 2b27427c949..9e9d23bdcfa 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -383,7 +383,7 @@ tasks = { "samba-systemkrb5": [ ("random-sleep", "script/random-sleep.sh 900 1500", "text/plain"), - ("configure", "./configure.developer " + samba_configure_params + " --with-system-mitkrb5 --without-ad-dc", "text/plain"), + ("configure", "./configure.developer " + samba_configure_params + " --with-system-mitkrb5 --with-experimental-mit-ad-dc", "text/plain"), ("make", "make -j", "text/plain"), # we currently cannot run a full make test, a limited list of tests could be run # via "make test TESTS=sometests"