richard: server/kolabd/kolabd/templates slapd.conf.template.in, 1.21, 1.22

cvs at kolab.org cvs at kolab.org
Wed Aug 27 22:04:08 CEST 2008


Author: richard

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

Modified Files:
	slapd.conf.template.in 
Log Message:
added @@@if conditional aroud the TLSCertificate variable assignments
See kolab/issue3005



Index: slapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- slapd.conf.template.in	14 Aug 2008 19:33:06 -0000	1.21
+++ slapd.conf.template.in	27 Aug 2008 20:04:06 -0000	1.22
@@ -41,8 +41,11 @@
 replicationinterval 5
 @@@endif@@@
 
+@@@if bootstrap_config@@@
+@@@else@@@
 TLSCertificateFile     @sysconfdir@/kolab/cert.pem
 TLSCertificateKeyFile  @sysconfdir@/kolab/key.pem
+@@@endif@@@
 
 rootDSE                @sysconfdir@/kolab/rootDSE.ldif
 





More information about the commits mailing list