diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-03-06 06:30:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:18 -0500 |
commit | 6376a474c7c873bfb0f9747d13056567c902635a (patch) | |
tree | 318afc49f048289c2b97abc6e27db8bb0b07ecff /source4/script/tests/mk-openldap.sh | |
parent | 3e1dd63927b6d50aa21f32ffaa41b320026be6a1 (diff) | |
download | samba-6376a474c7c873bfb0f9747d13056567c902635a.tar.gz samba-6376a474c7c873bfb0f9747d13056567c902635a.tar.bz2 samba-6376a474c7c873bfb0f9747d13056567c902635a.zip |
r21720: Try to make 'TEST_LDAP=yes make test' work again. These recent
changes seem to have been lost in the merge, and some variables were
not yet exported.
Andrew Bartlett
(This used to be commit ee9d9fb6c0bd3d4d01dea771025536ff83057072)
Diffstat (limited to 'source4/script/tests/mk-openldap.sh')
-rwxr-xr-x | source4/script/tests/mk-openldap.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/script/tests/mk-openldap.sh b/source4/script/tests/mk-openldap.sh index 0759532d3f..312c51a833 100755 --- a/source4/script/tests/mk-openldap.sh +++ b/source4/script/tests/mk-openldap.sh @@ -80,11 +80,6 @@ cat > $LDAPDIR/db/DB_CONFIG <<EOF set_tmp_dir $LDAPDIR/db/tmp EOF -LDAP_URI="ldapi://$LDAPDIR/ldapi" -LDAP_URI_ESCAPE="ldapi://"`echo $LDAPDIR/ldapi | sed 's|/|%2F|g'` -export LDAP_URI -export LDAP_URI_ESCAPE - #This uses the provision we just did, to read out the schema $srcdir/bin/ad2oLschema $CONFIGURATION -H $PRIVATEDIR/sam.ldb -I $srcdir/setup/schema-map-openldap-2.3 -O $LDAPDIR/ad.schema >&2 |