3 if [ -z "$LDBDIR" ]; then
4 LDBDIR
=$
(dirname $0)/..
8 mkdir
-p $LDBDIR/tests
/tmp
/db
10 # running slapd in the background (with &) means it stays in the same process group, so it can be
12 slapd
-d0 -f $LDBDIR/tests
/slapd.conf
-h "$($LDBDIR/tests/ldapi_url.sh)" $
* &