diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-03-13 23:16:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:35 -0500 |
commit | 8afe4e7f3c18181a809da90a008d9a5deb86ca6b (patch) | |
tree | 81d4e882ecf77fac90913a512596e69e58c81d8f /source4/script/tests | |
parent | dfb04271eb94d0a64cd776b597b08a732dc6dbbe (diff) | |
download | samba-8afe4e7f3c18181a809da90a008d9a5deb86ca6b.tar.gz samba-8afe4e7f3c18181a809da90a008d9a5deb86ca6b.tar.bz2 samba-8afe4e7f3c18181a809da90a008d9a5deb86ca6b.zip |
r21836: Assume that if an OpenLDAP system is 'modular' then everything is a
module, so we have to bring in syncprov too.
Andrew Bartlett
(This used to be commit b9d06c70adcf34d3272797027b6cf89a174b862a)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/mk-openldap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/mk-openldap.sh b/source4/script/tests/mk-openldap.sh index fa81d5a86d..b580d75417 100755 --- a/source4/script/tests/mk-openldap.sh +++ b/source4/script/tests/mk-openldap.sh @@ -103,6 +103,7 @@ slaptest -u -f $SLAPD_CONF >&2 || { cat > $MODCONF <<EOF modulepath /usr/lib/ldap moduleload back_bdb +moduleload syncprov EOF } |