make a more recent snapshot of ldb available to interested
[samba.git] / source4 / lib / ldb / tests / start_slapd.sh
1 #!/bin/sh
2
3 export PATH=/home/tridge/samba/openldap/prefix/sbin:/home/tridge/samba/openldap/prefix/bin:/home/tridge/samba/openldap/prefix/libexec:$PATH
4
5 mkdir -p tests/tmp/db
6
7 slapd -f tests/slapd.conf -h "`tests/ldapi_url.sh`" $*
8