r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / lib / ldb / tests / ldapi_url.sh
blobfef6c35f2bed94f8983a27887c7ac440c7b1ef7f
1 #!/bin/sh
3 # aargh, did LDAP ever have to expose this crap to users ...
5 BASE=`pwd`
7 TMPDIR=$BASE/tests/tmp
9 LDAPI_ESCAPE=`echo $TMPDIR/ldapi | sed 's|/|%2F|g'`
11 echo "ldapi://$LDAPI_ESCAPE"