From b93de62792c7d0036ae1dda6afc930bd407d4ad9 Mon Sep 17 00:00:00 2001 From: smaguin <smaguin@localhost> Date: Thu, 19 Jun 2008 11:43:57 +0000 Subject: [PATCH] schema extension for system test single server --- opendj-sdk/opends/tests/system-tests/scenario/sample/data/99_ext_schema.ldif | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/tests/system-tests/scenario/sample/data/99_ext_schema.ldif b/opendj-sdk/opends/tests/system-tests/scenario/sample/data/99_ext_schema.ldif new file mode 100644 index 0000000..9fbf2b1 --- /dev/null +++ b/opendj-sdk/opends/tests/system-tests/scenario/sample/data/99_ext_schema.ldif @@ -0,0 +1,28 @@ +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE +# or https://OpenDS.dev.java.net/OpenDS.LICENSE. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, +# add the following below this CDDL HEADER, with the fields enclosed +# by brackets "[]" replaced with your own identifying information: +# Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright 2008 Sun Microsystems, Inc. +# +dn: cn=schema +attributeTypes: ( 2.5.4.99 NAME 'descriptionEXT' SUP name X-ORIGIN 'for QA test' ) +attributeTypes: ( 2.5.4.98 NAME 'mailEXT' SUP name X-ORIGIN 'for QA test' ) +objectClasses: ( 2.16.840.1.113730.3.2.99 NAME 'inetOrgPersonEXT' SUP inetOrgPerson STRUCTURAL MAY ( descriptionEXT $ mailEXT ) X-ORIGIN 'for test' ) \ No newline at end of file -- Gitblit v1.10.0