martin: server/kolabd/kolabd/templates slapd.conf.template.in, 1.9, 1.10

cvs at kolab.org cvs at kolab.org
Sun Jan 28 16:29:20 CET 2007


Author: martin

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

Modified Files:
	slapd.conf.template.in 
Log Message:
Martin Konold: Added refint and unique overlays to OpenLDAP configuration as proposed in https://intevation.de/roundup/kolab/issue1575.
Tested with Kolab 2.1 beta4


Index: slapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- slapd.conf.template.in	21 Dec 2006 17:48:57 -0000	1.9
+++ slapd.conf.template.in	28 Jan 2007 15:29:18 -0000	1.10
@@ -4,7 +4,7 @@
 OWNERSHIP=@ldapserver_usr@:@ldapserver_grp@
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
-# (c) 2003-2005 Martin Konold <martin.konold at erfrakon.de>
+# (c) 2003-2007 Martin Konold <martin.konold at erfrakon.de>
 # (c) 2003 Achim Frank <achim.frank at erfrakon.de>
 # This program is Free Software under the GNU General Public License (>=v2).
 # Read the file COPYING that comes with this packages for details.
@@ -62,6 +62,16 @@
         binddn="cn=replicator"
         bindmethod=simple 
 	credentials=secret
+
+#### Using overlays to improve data consistency
+# Ensure that we never get dangling member attributes
+# Checked on rename and delete
+overlay refint
+refint_attributes member
+
+# The mail and the uid attribute must be unique.
+overlay unique
+unique_attributes mail uid
 
 index   objectClass     pres,eq
 index   uid             approx,sub,pres,eq





More information about the commits mailing list