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