1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +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 commit is contained in:
Andrew Bartlett 2007-03-13 23:16:09 +00:00 committed by Gerald (Jerry) Carter
parent 9ba8c00851
commit b9d06c70ad

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
}