summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/start_slapd.sh
blob: 6dd3eaa9b8a7454508d8bd527ba8c600e44e9507 (plain)
1
2
3
4
5
6
7
#!/bin/sh

mkdir -p tests/tmp/db

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

sleep 2