blob: fef6c35f2bed94f8983a27887c7ac440c7b1ef7f (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | #!/bin/sh
# aargh, did LDAP ever have to expose this crap to users ...
BASE=`pwd`
TMPDIR=$BASE/tests/tmp
LDAPI_ESCAPE=`echo $TMPDIR/ldapi | sed 's|/|%2F|g'`
echo "ldapi://$LDAPI_ESCAPE"
 |