1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

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)
This commit is contained in:
Andrew Bartlett 2007-03-13 23:16:09 +00:00 committed by Gerald (Jerry) Carter
parent dfb04271eb
commit 8afe4e7f3c

View File

@ -103,6 +103,7 @@ slaptest -u -f $SLAPD_CONF >&2 || {
cat > $MODCONF <<EOF
modulepath /usr/lib/ldap
moduleload back_bdb
moduleload syncprov
EOF
}