summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/start_slapd.sh
blob: 49ce5538f139d466cd2e015ec9d46aeaf151323d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ -z "$LDBDIR" ]; then
    LDBDIR=`dirname $0`/..
    export LDBDIR
fi

mkdir -p $LDBDIR/tests/tmp/db

slapd -f $LDBDIR/tests/slapd.conf -h "`$LDBDIR/tests/ldapi_url.sh`" $*

sleep 2