blob: d000eec9a4bed40bf2b0e8a9cff6cad5c4d3dde3 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
export PATH=/home/tridge/samba/openldap/prefix/sbin:/home/tridge/samba/openldap/prefix/bin:/home/tridge/samba/openldap/prefix/libexec:$PATH
mkdir -p tests/tmp/db
slapd -f tests/slapd.conf -h "`tests/ldapi_url.sh`" $*
|