svn commit: samba r21836 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Tue Mar 13 23:16:09 GMT 2007


Author: abartlet
Date: 2007-03-13 23:16:09 +0000 (Tue, 13 Mar 2007)
New Revision: 21836

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21836

Log:
Assume that if an OpenLDAP system is 'modular' then everything is a
module, so we have to bring in syncprov too.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/tests/mk-openldap.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mk-openldap.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mk-openldap.sh	2007-03-13 22:58:23 UTC (rev 21835)
+++ branches/SAMBA_4_0/source/script/tests/mk-openldap.sh	2007-03-13 23:16:09 UTC (rev 21836)
@@ -103,6 +103,7 @@
     cat > $MODCONF <<EOF 
 modulepath	/usr/lib/ldap
 moduleload	back_bdb
+moduleload	syncprov
 EOF
 }
 



More information about the samba-cvs mailing list