• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/tests/
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"
12