steffen: server/kolab/kolab/templates ldap.conf.template, NONE, 1.1 slapd.conf.template, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Thu Jun 17 04:49:16 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv18968/kolab/kolab/templates

Modified Files:
	slapd.conf.template 
Added Files:
	ldap.conf.template 
Log Message:
smptd policy server honors "delegate" property, master/slave comm. is completely "SSL-ified" now

--- NEW FILE: ldap.conf.template ---
# (c) 2004 Klaraelvdalens Datakonsult AB
# This program is Free Software under the GNU General Public License (>=v2).
# Read the file COPYING that comes with this packages for details.

# this file is automatically written by the Kolab config backend and should have the 
# file mode 0644

# manual additions are lost unless made to the template in the Kolab config directory
# the template is  @l_prefix@/etc/kolab/ldap.conf.template
#
# LDAP Defaults
#

# See ldap.conf(5) for details
# This file should be world readable but not world writable.

#BASE	dc=example, dc=com
#URI	ldap://ldap.example.com ldap://ldap-master.example.com:666

#SIZELIMIT	12
#TIMELIMIT	15
#DEREF		never

# This is required for Kolab to work with self-signed certs.
TLS_REQCERT     allow

Index: slapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/slapd.conf.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- slapd.conf.template	14 Jun 2004 01:22:57 -0000	1.2
+++ slapd.conf.template	17 Jun 2004 02:49:14 -0000	1.3
@@ -37,7 +37,7 @@
 rootdn          "@@@bind_dn@@@"
 rootpw          "@@@bind_pw@@@"
 
-replica host=127.0.0.1:9999
+replica uri=ldap://127.0.0.1:9999
         binddn="cn=replicator"
         bindmethod=simple credentials=secret
 
@@ -128,4 +128,4 @@
  	by group="cn=maintainer,@@@base_dn@@@" write
 	by * read stop
 
- at include: @l_prefix@/etc/openldap/slapd.replicas
+include @l_prefix@/etc/openldap/slapd.replicas





More information about the commits mailing list