1008N/A# CDDL HEADER START
1008N/A#
1008N/A# The contents of this file are subject to the terms of the
1008N/A# Common Development and Distribution License, Version 1.0 only
1008N/A# (the "License"). You may not use this file except in compliance
1008N/A# with the License.
1008N/A#
6983N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6983N/A# or http://forgerock.org/license/CDDLv1.0.html.
1008N/A# See the License for the specific language governing permissions
1008N/A# and limitations under the License.
1008N/A#
1008N/A# When distributing Covered Code, include this CDDL HEADER in each
6983N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
6983N/A# If applicable, add the following below this CDDL HEADER, with the
6983N/A# fields enclosed by brackets "[]" replaced with your own identifying
6983N/A# information:
1008N/A# Portions Copyright [yyyy] [name of copyright owner]
1008N/A#
1008N/A# CDDL HEADER END
1008N/A#
1008N/A#
3215N/A# Copyright 2008 Sun Microsystems, Inc.
1008N/A#
1008N/A#
1008N/A# This file contains the attribute type and objectclass definitions for use
1008N/A# with the Directory Server configuration.
1008N/Adn: cn=schema
1008N/AobjectClass: top
1008N/AobjectClass: ldapSubentry
1008N/AobjectClass: subschema
1008N/AattributeTypes: ( ds-cfg-example-plugin-message-oid NAME 'ds-cfg-example-plugin-message'
1008N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
1008N/A X-ORIGIN 'OpenDS Directory Server' )
1008N/AobjectClasses: ( ds-cfg-example-plugin-oid NAME 'ds-cfg-example-plugin'
1008N/A SUP ds-cfg-plugin STRUCTURAL MAY ( ds-cfg-example-plugin-message )
1008N/A X-ORIGIN 'OpenDS Directory Server' )