martin: server/kolab/kolab kolab2.schema,1.17,1.18

cvs at intevation.de cvs at intevation.de
Thu Oct 21 07:50:35 CEST 2004


Author: martin

Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv3750/kolab/kolab

Modified Files:
	kolab2.schema 
Log Message:
Martin K.: Added kolabFreeBusyFuture and kolabFreeBusyPast



Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab2.schema,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- kolab2.schema	4 Oct 2004 09:53:46 -0000	1.17
+++ kolab2.schema	21 Oct 2004 05:50:33 -0000	1.18
@@ -137,8 +137,16 @@
 # time span from now to the future used for the free busy data
 # measured in days
 attributetype ( 1.3.6.1.4.1.19419.1.1.1.5
-  NAME 'kolabFreeBusyDuration'
-  DESC 'time in days for fb data'
+  NAME 'kolabFreeBusyFuture' 
+  DESC 'time in days for fb data towards the future'
+  EQUALITY integerMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
+
+# time span from now to the past used for the free busy data
+# measured in days
+attributetype ( 1.3.6.1.4.1.19419.1.1.1.6
+  NAME 'kolabFreeBusyPast'
+  DESC 'time in days for fb data towards the past'
   EQUALITY integerMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
 
@@ -270,6 +278,8 @@
 ########################
 
 # main kolab server configuration
+# storing global values and user specific default values
+# like kolabFreeBusyFuture and kolabFreeBusyPast
 objectclass ( 1.3.6.1.4.1.19414.2.2.1 
   NAME 'kolab'
   DESC 'Kolab server configuration'
@@ -296,6 +306,8 @@
         apache-http $
         proftpd-ftp $
         proftpd-defaultquota $
+        kolabFreeBusyFuture $
+        kolabFreeBusyPast $
         uid $
         userPassword ) )
 
@@ -334,7 +346,7 @@
         alias $
 	cyrus-userquota $
 	kolabInvitationPolicy $
-        kolabFreeBusyDuration $
+        kolabFreeBusyFuture $
         calFBURL $
         kolabDeleteflag ) )
 





More information about the commits mailing list