thomas: server/kolabd/kolabd ChangeLog, 1.214, 1.215 kolab2.schema, 1.32, 1.33

cvs at kolab.org cvs at kolab.org
Fri Jan 30 13:00:51 CET 2009


Author: thomas

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

Modified Files:
	ChangeLog kolab2.schema 
Log Message:
Renamed LDAP attribute postfix-message_size_limit to postfix-message-size-limit.

Otherwise slapd bails out with
/kolab/etc/openldap/schema/kolab2.schema: line 411: Invalid NAME: "postfix-message_size_limit"

>From reading the specs I expected that _ should work, too, but it does not.


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- ChangeLog	14 Jan 2009 16:03:50 -0000	1.214
+++ ChangeLog	30 Jan 2009 12:00:49 -0000	1.215
@@ -1,7 +1,17 @@
+2009-01-30  Thomas Arendsen Hein  <thomas at intevation.de>
+
+	* kolab2.schema, templates/main.cf.template.in: Renamed LDAP attribute
+	postfix-message_size_limit to postfix-message-size-limit.
+
 2009-01-14  Gunnar Wrobel  <p at rdus.de>
 
 	* templates/httpd.conf.template.in: Add a redirection for the
 	newer horde install location.
+
+2009-01-07  Martin Konold <martin.konold at erfrakon.de>
+
+	* kolab2.schema, templates/main.cf.template.in: Made postfix message
+	size limit configurable via LDAP while remaining backwards compatible.
 
 2008-01-06  Mathieu Parent <math.parent at gmail.com>
 

Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab2.schema,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- kolab2.schema	7 Jan 2009 09:18:54 -0000	1.32
+++ kolab2.schema	30 Jan 2009 12:00:49 -0000	1.33
@@ -406,7 +406,7 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
 attributetype ( 1.3.6.1.4.1.19414.2.1.511
-  NAME 'postfix-message_size_limit'
+  NAME 'postfix-message-size-limit'
   EQUALITY integerMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
 





More information about the commits mailing list