mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

smaguin
19.43.2008 033f77593fbf1c31c02cf31db5614a324c199f4a
schema extension for system test single server
1 files added
28 ■■■■■ changed files
opends/tests/system-tests/scenario/sample/data/99_ext_schema.ldif 28 ●●●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/sample/data/99_ext_schema.ldif
New file
@@ -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' )