repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-daemon: Use ctdb_parse_node_address() in ctdbd
[samba4-gss.git]
/
lib
/
ldb
/
tests
/
ldapi_url.sh
blob
bcda91752e47325a7f3cf762bfa3f9b344021bd7
1
#!/bin/sh
2
3
# aargh, did LDAP ever have to expose this crap to users ...
4
5
BASE
=
$
(
pwd
)
6
7
TMPDIR
=
$BASE
/
test
s
/
tmp
8
9
LDAPI_ESCAPE
=
$
(
echo
$TMPDIR
/
ldapi |
sed
's|/|%2F|g'
)
10
11
echo
"ldapi://
$LDAPI_ESCAPE
"