martin: server/kolabd/kolabd/templates slapd.conf.template, 1.1.1.1, 1.2

cvs at intevation.de cvs at intevation.de
Fri Jan 7 06:38:51 CET 2005


Author: martin

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

Modified Files:
	slapd.conf.template 
Log Message:
Martin K.: Users shall only be able to read but not modify their kolabHomeServer. Add new kolabHomeMTA attribute for future scalability. Setup Wizards are asked to honor this attribute in the future.


Index: slapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- slapd.conf.template	23 Nov 2004 20:26:48 -0000	1.1.1.1
+++ slapd.conf.template	7 Jan 2005 05:38:48 -0000	1.2
@@ -80,9 +80,17 @@
 access to attr=cyrus-userquota
         by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
         by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" write
-	by self read
+	by self read stop
 
-#by * none stop
+access to attr=kolabHomeServer
+        by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
+        by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" write
+        by * read stop
+
+access to attr=kolabHomeMTA
+        by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
+        by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" write
+        by * read stop
 
 access to dn="cn=nobody,@@@base_dn@@@"
         by anonymous auth stop





More information about the commits mailing list