thomas: server/kolabd/kolabd ChangeLog, 1.217, 1.218 kolab2.schema, 1.34, 1.35

cvs at kolab.org cvs at kolab.org
Mon Feb 9 16:32:39 CET 2009


Author: thomas

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

Modified Files:
	ChangeLog kolab2.schema 
Log Message:
Add user attribute kolabHomeServerOnly to create user mailbox on the kolabHomeServer only.


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -d -r1.217 -r1.218
--- ChangeLog	9 Feb 2009 11:57:44 -0000	1.217
+++ ChangeLog	9 Feb 2009 15:32:37 -0000	1.218
@@ -1,6 +1,8 @@
 2009-02-09  Thomas Arendsen Hein  <thomas at intevation.de>
 
 	* kolab2.schema: Add postfix-message-size-limit as MAY to kolab object.
+	* kolab2.schema: Add user attribute kolabHomeServerOnly to create user
+	mailbox on the kolabHomeServer only.
 
 2008-02-07  Mathieu Parent <math.parent at gmail.com>
 

Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab2.schema,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- kolab2.schema	9 Feb 2009 11:57:44 -0000	1.34
+++ kolab2.schema	9 Feb 2009 15:32:37 -0000	1.35
@@ -317,6 +317,15 @@
   SUBSTR caseIgnoreIA5SubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{512} )
 
+# Create the user mailbox on the kolabHomeServer only.
+# Default is no.
+attributetype ( 1.3.6.1.4.1.19414.1.1.1.19
+  NAME 'kolabHomeServerOnly'
+  DESC 'Create the user mailbox on the kolabHomeServer only'
+  EQUALITY booleanMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 
+  SINGLE-VALUE )
+
 # kolabFolderType describes the kind of Kolab folder
 # as defined in the kolab format specification. 
 # We will annotate all folders with an entry 
@@ -658,6 +667,7 @@
   MAY ( c $
         alias $
         kolabHomeServer $
+        kolabHomeServerOnly $
         kolabHomeMTA $
         unrestrictedMailSize $
         kolabDelegate $





More information about the commits mailing list