• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/tests/
1#!/bin/sh
2
3if [ -z "$LDBDIR" ]; then
4    LDBDIR=`dirname $0`/..
5    export LDBDIR
6fi
7
8mkdir -p $LDBDIR/tests/tmp/db
9
10# running slapd with -d0 means it stays in the same process group, so it can be
11# killed by timelimit
12slapd -d0 -f $LDBDIR/tests/slapd.conf -h "`$LDBDIR/tests/ldapi_url.sh`" $* &
13
14sleep 2
15