source: branches/samba-3.2.x/source/lib/ldb/tests/ldapi_url.sh@ 234

Last change on this file since 234 was 133, checked in by Paul Smedley, 18 years ago

Update trunk to 3.2.0pre3

File size: 191 bytes
Line 
1#!/bin/sh
2
3# aargh, did LDAP ever have to expose this crap to users ...
4
5BASE=`pwd`
6
7TMPDIR=$BASE/tests/tmp
8
9LDAPI_ESCAPE=`echo $TMPDIR/ldapi | sed 's|/|%2F|g'`
10
11echo "ldapi://$LDAPI_ESCAPE"
Note: See TracBrowser for help on using the repository browser.