ldb: make ldb a top level library for Samba 4.0
[ira/wip.git] / lib / ldb / tests / ldapi_url.sh
1 #!/bin/sh
2
3 # aargh, did LDAP ever have to expose this crap to users ...
4
5 BASE=`pwd`
6
7 TMPDIR=$BASE/tests/tmp
8
9 LDAPI_ESCAPE=`echo $TMPDIR/ldapi | sed 's|/|%2F|g'`
10
11 echo "ldapi://$LDAPI_ESCAPE"