thomas: server/kolabd/kolabd/templates slapd.conf.template.in, 1.10, 1.11

cvs at kolab.org cvs at kolab.org
Tue Feb 27 19:01:05 CET 2007


Author: thomas

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

Modified Files:
	slapd.conf.template.in 
Log Message:
Make "database monitor" the second database and restrict access to manager.

kolab/issue1484 (Warnings using openldap = 2.3.27-2.20061018_kolab) was caused
by having "database monitor" before the real database.

The ACL which should restrict access to cn=Monitor was only applied to the
real database, moved it directly below "database monitor" to the end of the
file.


Index: slapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- slapd.conf.template.in	28 Jan 2007 15:29:18 -0000	1.10
+++ slapd.conf.template.in	27 Feb 2007 18:01:03 -0000	1.11
@@ -42,8 +42,6 @@
 
 loglevel	0
 
-database        monitor
-
 database	bdb
 suffix		"@@@base_dn@@@"
 cachesize       10000
@@ -97,10 +95,6 @@
 	by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" write
 	by group/kolabGroupOfNames="cn=domain-maintainer,cn=internal,@@@base_dn@@@" write
 
-access to dn.subtree="cn=Monitor"
-        by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
-        by * none stop
-
 access to attrs=userPassword
    	by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" =wx
         by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" =wx
@@ -193,3 +187,11 @@
 	by * read stop
 
 include @ldapserver_confdir@/slapd.replicas
+
+
+database	monitor
+
+access to *
+	by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
+	by * none stop
+





More information about the commits mailing list