10139N/A# CDDL HEADER START
10139N/A#
10139N/A# The contents of this file are subject to the terms of the
10139N/A# Common Development and Distribution License, Version 1.0 only
10139N/A# (the "License"). You may not use this file except in compliance
10139N/A# with the License.
10139N/A#
10139N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
10139N/A# or http://forgerock.org/license/CDDLv1.0.html.
10139N/A# See the License for the specific language governing permissions
10139N/A# and limitations under the License.
10139N/A#
10139N/A# When distributing Covered Code, include this CDDL HEADER in each
10312N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
10139N/A# If applicable, add the following below this CDDL HEADER, with the
10139N/A# fields enclosed by brackets "[]" replaced with your own identifying
10139N/A# information:
10139N/A# Portions Copyright [yyyy] [name of copyright owner]
10139N/A#
10139N/A# CDDL HEADER END
10366N/A#
10139N/A#
10139N/A# Copyright 2006-2008 Sun Microsystems, Inc.
10139N/A#
10139N/A#
10139N/A# This file contains schema definitions from RFC 2739, which defines a
10139N/A# mechanism for storing calendar and vCard objects in the Directory Server.
10139N/A# Note that the definition in RFC 2739 contains a number of errors, and this
10139N/A# schema file has been altered from the standard definition in order to fix
10139N/A# a number of those problems.
10139N/Adn: cn=schema
10139N/AobjectClass: top
10139N/AobjectClass: ldapSubentry
10139N/AobjectClass: subschema
10139N/AattributeTypes: ( 1.2.840.113556.1.4.478 NAME 'calCalURI'
10139N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
10139N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
10139N/A X-ORIGIN 'RFC 2739' )
10139N/AattributeTypes: ( 1.2.840.113556.1.4.479 NAME 'calFBURL'
10139N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
10139N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
10139N/A X-ORIGIN 'RFC 2739' )
10139N/AattributeTypes: ( 1.2.840.113556.1.4.480 NAME 'calCAPURI'
10139N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
10139N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
10139N/A X-ORIGIN 'RFC 2739' )
10139N/AattributeTypes: ( 1.2.840.113556.1.4.481 NAME 'calCalAdrURI'
10139N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
10139N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
10139N/A X-ORIGIN 'RFC 2739' )
10139N/AattributeTypes: ( 1.2.840.113556.1.4.482 NAME 'calOtherCalURIs'
10139N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
10139N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
10139N/A X-ORIGIN 'RFC 2739' )
10139N/AattributeTypes: ( 1.2.840.113556.1.4.483 NAME 'calOtherFBURLs'
10139N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
10139N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
10139N/A X-ORIGIN 'RFC 2739' )
10139N/AattributeTypes: ( 1.2.840.113556.1.4.484 NAME 'calOtherCAPURIs'
10139N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
10139N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
10139N/A X-ORIGIN 'RFC 2739' )
10139N/AattributeTypes: ( 1.2.840.113556.1.4.485 NAME 'calOtherCalAdrURIs'
10139N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
10139N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
10139N/A X-ORIGIN 'RFC 2739' )
10139N/AobjectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' SUP top AUXILIARY
10139N/A MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $
10139N/A calOtherCAPURIs $ calCalAdrURI $ calOtherCalAdrURIs )
10139N/A X-ORIGIN 'RFC 2739' )
10139N/A
10139N/A