wilde: server/kolabd/kolabd/templates slapd.conf.template.in, 1.8, 1.9

cvs at kolab.org cvs at kolab.org
Thu Dec 21 18:48:59 CET 2006


Author: wilde

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

Modified Files:
	slapd.conf.template.in 
Log Message:
Changed deprecated "attr" to "attrs", fixes kolab/issue1484.


Index: slapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- slapd.conf.template.in	2 Oct 2006 17:31:59 -0000	1.8
+++ slapd.conf.template.in	21 Dec 2006 17:48:57 -0000	1.9
@@ -91,39 +91,39 @@
         by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
         by * none stop
 
-access to attr=userPassword
+access to attrs=userPassword
    	by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" =wx
         by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" =wx
         by self =wx
         by anonymous =x
         by * none stop
 
-access to attr=mail
+access to attrs=mail
         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=alias
+access to attrs=alias
         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=uid
+access to attrs=uid
         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=cyrus-userquota
+access to attrs=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 stop
 
-access to attr=kolabHomeServer
+access to attrs=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
+access to attrs=kolabHomeMTA
         by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" write
         by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" write
         by * read stop





More information about the commits mailing list