summaryrefslogtreecommitdiff
path: root/source4/script/tests/mk-fedora-ds.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-03-07 11:05:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:22 -0500
commit45be80844e9a3ce888bd6a67b224e14517c4d93d (patch)
tree9774201b6a990448aaebbf40ceee643c0d273e19 /source4/script/tests/mk-fedora-ds.sh
parent0012f7509a968e0a7a81c7504b5be27e467faa0d (diff)
downloadsamba-45be80844e9a3ce888bd6a67b224e14517c4d93d.tar.gz
samba-45be80844e9a3ce888bd6a67b224e14517c4d93d.tar.bz2
samba-45be80844e9a3ce888bd6a67b224e14517c4d93d.zip
r21743: Always use the 'escaped' LDAPI path.
Wait around for the server to start, so we don't try to contact it during it's starup phase. Andrew Bartlett (This used to be commit f484b0a924809dd8c9861ade8d184fb44b3b5e1f)
Diffstat (limited to 'source4/script/tests/mk-fedora-ds.sh')
-rwxr-xr-xsource4/script/tests/mk-fedora-ds.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/script/tests/mk-fedora-ds.sh b/source4/script/tests/mk-fedora-ds.sh
index a36e7defee..7ea012d0cb 100755
--- a/source4/script/tests/mk-fedora-ds.sh
+++ b/source4/script/tests/mk-fedora-ds.sh
@@ -65,8 +65,6 @@ perl $FEDORA_DS_PREFIX/bin/ds_newinst.pl $FEDORA_DS_INF >&2 || exit 1;
$srcdir/bin/ad2oLschema $CONFIGURATION -H $PRIVATEDIR/sam.ldb --option=convert:target=fedora-ds -I $srcdir/setup/schema-map-fedora-ds-1.0 -O $FEDORA_DS_DIR/schema/99_ad.ldif >&2
-LDAP_URI_ESCAPE="ldapi://"`echo $LDAPDIR/ldapi | sed 's|/|%2F|g'`
-
PROVISION_OPTIONS="$PROVISION_OPTIONS --ldap-module=nsuniqueid"
#it is easier to base64 encode this than correctly escape it:
# (targetattr = "*") (version 3.0;acl "full access to all by all";allow (all)(userdn = "ldap:///anyone");)