source: trunk/server/source3/lib/ldb/tests/ldapi_url.sh@ 421

Last change on this file since 421 was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

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.