testprogs: Set functional domain level to 2003.
[obnox/samba/samba-obnox.git] / testprogs / blackbox / dbcheck-oldrelease.sh
index d59c8a826ba794685a39b54ae6dcd82f63e0b37a..fdb553be0f3e42baa03f3a782c5df97134857a5d 100755 (executable)
@@ -179,7 +179,7 @@ dbcheck_clean2() {
 
 referenceprovision() {
     if [ x$RELEASE == x"release-4-0-0" ]; then
-        $PYTHON $BINDIR/samba-tool domain provision --server-role="dc" --domain=SAMBA --host-name=ares --realm=${RELEASE}.samba.corp --targetdir=$PREFIX_ABS/${RELEASE}_reference --use-ntvfs --host-ip=127.0.0.1 --host-ip6=::1
+        $PYTHON $BINDIR/samba-tool domain provision --server-role="dc" --domain=SAMBA --host-name=ares --realm=${RELEASE}.samba.corp --targetdir=$PREFIX_ABS/${RELEASE}_reference --use-ntvfs --host-ip=127.0.0.1 --host-ip6=::1 --function-level=2003
     fi
 }