r9808: Improve code that selects what "passdb backend" to import from.
[ira/wip.git] / source4 / lib / ldb / tests / start_slapd.sh
1 #!/bin/sh
2
3 mkdir -p tests/tmp/db
4
5 slapd -f tests/slapd.conf -h "`tests/ldapi_url.sh`" $*
6
7 sleep 2