martin: server/kolab/kolab slapd.conf.template,1.6.2.2,1.6.2.3

cvs at intevation.de cvs at intevation.de
Mon Aug 4 18:41:46 CEST 2003


Author: martin

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

Modified Files:
      Tag: KOLAB_1_0
	slapd.conf.template 
Log Message:
Martin: Limit alias editing to maintainers and admins. (www gui + ldap acls)


Index: slapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/slapd.conf.template,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -d -r1.6.2.2 -r1.6.2.3
--- slapd.conf.template	16 Jul 2003 21:24:58 -0000	1.6.2.2
+++ slapd.conf.template	4 Aug 2003 16:41:44 -0000	1.6.2.3
@@ -50,6 +50,21 @@
         by anonymous auth
         by * none stop
 
+access to attr=mail
+        by group="cn=admin,@@@base_dn@@@" write
+        by group="cn=maintainer,@@@base_dn@@@" write
+       by * read stop
+
+access to attr=alias
+        by group="cn=admin,@@@base_dn@@@" write
+        by group="cn=maintainer,@@@base_dn@@@" write
+        by * read stop
+
+access to attr=uid
+        by group="cn=admin,@@@base_dn@@@" write
+        by group="cn=maintainer,@@@base_dn@@@" write
+        by * read stop
+
 access to dn="cn=nobody,@@@base_dn@@@"
         by anonymous auth stop
 
@@ -92,6 +107,7 @@
 
 access to dn="k=kolab,@@@base_dn@@@"
 	by group="cn=admin,@@@base_dn@@@" write
+	by group="cn=maintainer,@@@base_dn@@@" read
 	by dn="cn=nobody,@@@base_dn@@@" read 
 	by * none stop
 





More information about the commits mailing list