Files
wmic/Samba/source/lib/ldb/tests/ldapi_url.sh
T

12 lines
191 B
Bash
Raw Normal View History

2019-02-16 00:16:52 +01:00
#!/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"