summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-04-23 18:10:04 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-04-25 10:47:16 +0000
commitf1bf02c78aaef71cf55be055f46a626c06bdb495 (patch)
treedef295c4b9394e656fcff5eb50ea1c2020e2e885 /script
parent94f2ed3eb35b94d5152578dbb6d5ee8f2fa2da69 (diff)
downloadsamba-f1bf02c78aaef71cf55be055f46a626c06bdb495.tar.gz
autobuild: Build also Samba AD with MIT Kerberos
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
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"