autobuild: Build also Samba AD with MIT Kerberos
authorAndreas Schneider <asn@samba.org>
Tue, 23 Apr 2019 16:10:04 +0000 (18:10 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 25 Apr 2019 10:47:16 +0000 (10:47 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
script/autobuild.py

index 2b27427c9490c2603ff204401f05010dffeae2a1..9e9d23bdcfadb2ebb64e84be362dd34be5b92154 100755 (executable)
@@ -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"