mathieu: server/kolabd/kolabd/templates slapd.conf.template.in, 1.26, 1.27

cvs at kolab.org cvs at kolab.org
Thu Aug 27 23:13:20 CEST 2009


Author: mathieu

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv26961/kolabd/kolabd/templates

Modified Files:
	slapd.conf.template.in 
Log Message:
kolab/issue3765 (dist_conf'iguration for openldap module loading)


Index: slapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- slapd.conf.template.in	20 Apr 2009 16:25:47 -0000	1.26
+++ slapd.conf.template.in	27 Aug 2009 21:13:18 -0000	1.27
@@ -13,6 +13,14 @@
 # this file is automatically written by the Kolab config backend and should have the 
 # file mode 0640
 
+@@@if ldapserver_modulepath@@@
+modulepath     @@@ldapserver_modulepath@@@
+moduleload     back_bdb
+moduleload     back_monitor
+moduleload     refint
+moduleload     unique
+@@@endif@@@
+
 # manual additions are lost unless made to the template in the Kolab config directory
 # the template is  @sysconfdir@/kolab/templates/slapd.conf.template
 
@@ -31,7 +39,11 @@
 # or dynamically build.  When build dynamically the module must be loaded.
 # As the slapd that comes with the openpkg version of kolab is statically
 # build it is not necessary to load the module.
+@@@if ldapserver_modulepath@@@
+moduleload syncprov
+@@@else@@@
 # moduleload syncprov
+@@@endif@@@
 @@@else@@@
 replica-pidfile	@ldapserverslurpd_pidfile@
 replogfile      @ldapserver_replogfile@





More information about the commits mailing list