]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/start-master-nolog
Switch the default backend to BDB.
[openldap] / tests / scripts / start-master-nolog
index b075c38f77536f0f8919dd12075d046cbf3b8ae6..60553216076ba2320611024a3098d4b818dd9dfb 100755 (executable)
@@ -5,7 +5,7 @@ SRCDIR="."
 if test $# -ge 1 ; then
        SRCDIR=$1; shift
 fi
-BACKEND=ldbm
+BACKEND=bdb
 if test $# -ge 1 ; then
        BACKEND=$1; shift
 fi