martin: server/kolab/kolab rfc2739.schema,1.1,1.2

cvs at intevation.de cvs at intevation.de
Wed Oct 6 10:03:18 CEST 2004


Author: martin

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

Modified Files:
	rfc2739.schema 
Log Message:
Martin K.: Port rfc2739 schema to current Openldap syntax


Index: rfc2739.schema
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/rfc2739.schema,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rfc2739.schema	4 Oct 2004 09:53:46 -0000	1.1
+++ rfc2739.schema	6 Oct 2004 08:03:16 -0000	1.2
@@ -42,12 +42,12 @@
 
 # contains the URI to a snapshot of the user's entire
 # default calendar
-attributetype (1.2.840.113556.1.4.478
+attributetype ( 1.2.840.113556.1.4.478
   NAME 'calCalURI'
   DESC 'RFC2739: URI of entire default calendar'
-  EQUALITY caseIgnoreMatch
-  SUBSTRING caseIgnoreMatch
-  SYNTAX 'IA5String'
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   USAGE userApplications )
 
 # contains the URI to the user's default
@@ -55,9 +55,9 @@
 attributetype (1.2.840.113556.1.4.479
   NAME 'calFBURL'
   DESC 'RFC2739: URI to the users default freebusy data'
-  EQUALITY caseIgnoreMatch
-  SUBSTRING caseIgnoreMatch
-  SYNTAX 'IA5String'
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   USAGE userApplications )
 
 # contains a URI that can be used to communicate with 
@@ -65,9 +65,9 @@
 attributetype (1.2.840.113556.1.4.480
   NAME 'calCAPURI'
   DESC 'RFC2739: URI used to communicate with the users calendar'
-  EQUALITY caseIgnoreMatch
-  SUBSTRING caseIgnoreMatch
-  SYNTAX 'IA5String'
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   USAGE userApplications )
 
 # contains a URI that points to the location to which event
@@ -75,9 +75,9 @@
 attributetype (1.2.840.113556.1.4.481
   NAME 'calCalAdrURI'
   DESC 'RFC2739: URI for event equests destination'
-  EQUALITY caseIgnoreMatch
-  SUBSTRING caseIgnoreMatch
-  SYNTAX 'IA5String'
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   USAGE userApplications )
 
 # multi-valued property containing URIs to snapshots of 
@@ -85,10 +85,9 @@
 attributetype (1.2.840.113556.1.4.482
   NAME 'calOtherCalURIs'
   DESC 'RFC2739: multi-value URI for snapshots of other calendars'
-  EQUALITY caseIgnoreMatch
-  SUBSTRING caseIgnoreMatch
-  SYNTAX 'IA5String'
-  MULTI-VALUE
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   USAGE userApplications )
 
 # multi-valued property containing URIs to snapshots of other 
@@ -96,10 +95,9 @@
 attributetype (1.2.840.113556.1.4.483
   NAME 'calOtherFBURLs'
   DESC 'RFC2739: multi-value URI for other free/busy data'
-  EQUALITY caseIgnoreMatch
-  SUBSTRING caseIgnoreMatch
-  SYNTAX 'IA5String'
-  MULTI-VALUE
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   USAGE userApplications )
 
 # multi-valued property containing URI to other calendars that
@@ -107,10 +105,9 @@
 attributetype (1.2.840.113556.1.4.484
   NAME 'calOtherCAPURIs'
   DESC 'RFC2739: multi-value URI to other calendars'
-  EQUALITY caseIgnoreMatch
-  SUBSTRING caseIgnoreMatch
-  SYNTAX 'IA5String'
-  MULTI-VALUE
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   USAGE userApplications )
 
 #  URIs to other locations that a user may want
@@ -118,15 +115,18 @@
 attributetype (1.2.840.113556.1.4.485
   NAME 'calOtherCalAdrURIs'
   DESC 'RFC2739: multi-value URI to other request destinations'
-  EQUALITY caseIgnoreMatch
-  SUBSTRING caseIgnoreMatch
-  SYNTAX 'IA5String'
-  MULTI-VALUE
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   USAGE userApplications )
 
 objectclass (1.2.840.113556.1.5.87
   NAME 'calEntry'
   DESC 'RFC2739: Calendar Entry'
   SUP top AUXILIARY
-  MAY (calCalURI calFBURL calOtherCalURIs calOtherFBURLs calCAPURI
-  calOtherCAPURLs ) )
+  MAY ( calCalURI $ 
+        calFBURL $
+        calOtherCalURIs $
+        calOtherFBURLs $
+        calCAPURI $
+        calOtherCAPURIs ) )





More information about the commits mailing list