thomas: server/kolabd/kolabd/templates slapd.conf.template.in, 1.16, 1.17

cvs at kolab.org cvs at kolab.org
Tue Sep 25 18:37:12 CEST 2007


Author: thomas

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

Modified Files:
	slapd.conf.template.in 
Log Message:
Add kolabAllowSMTPRecipient changes to LDAP again.
(without the unfinished web admin code)

Done with:
cvs diff -u -d -r1.22 -r1.24 kolabd/kolabd/kolab2.schema|patch -p0 -s
cvs diff -u -d -r1.13 -r1.14 kolabd/kolabd/templates/slapd.conf.template.in|patch -p0 -s

Todo:
cvs diff -u -d -r1.19 -r1.20 kolab-webadmin/kolab-webadmin/www/admin/user/user.php.in|patch -p0 -s


Index: slapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- slapd.conf.template.in	6 Sep 2007 09:04:17 -0000	1.16
+++ slapd.conf.template.in	25 Sep 2007 16:37:10 -0000	1.17
@@ -134,6 +134,11 @@
         by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" write
         by * read stop
 
+access to attrs=kolabAllowSMTPRecipient
+       by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
+       by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" write
+       by self read stop
+
 access to dn="cn=nobody,@@@base_dn@@@"
         by anonymous auth stop
 





More information about the commits mailing list