SubschemaSubentryVirtualAttributeConfiguration.xml revision 188a85993cf1cf9925338176e5f27b95a5891c50
1N/A<?xml version="1.0" encoding="UTF-8"?>
1N/A<!--
1N/A ! CDDL HEADER START
1N/A !
1N/A ! The contents of this file are subject to the terms of the
1N/A ! Common Development and Distribution License, Version 1.0 only
1N/A ! (the "License"). You may not use this file except in compliance
1N/A ! with the License.
1N/A !
1N/A ! You can obtain a copy of the license at
1N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
1N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
1N/A ! See the License for the specific language governing permissions
1N/A ! and limitations under the License.
1N/A !
1N/A ! When distributing Covered Code, include this CDDL HEADER in each
1N/A ! file and include the License file at
1N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
1N/A ! add the following below this CDDL HEADER, with the fields enclosed
1N/A ! by brackets "[]" replaced with your own identifying information:
1N/A ! Portions Copyright [yyyy] [name of copyright owner]
1N/A !
1N/A ! CDDL HEADER END
1N/A !
1N/A !
1N/A ! Portions Copyright 2007 Sun Microsystems, Inc.
1N/A ! -->
1N/A<adm:managed-object name="subschema-subentry-virtual-attribute"
1N/A plural-name="subschema-subentry-virtual-attributes"
1N/A package="org.opends.server.admin.std" extends="virtual-attribute"
1N/A xmlns:adm="http://www.opends.org/admin"
1N/A xmlns:ldap="http://www.opends.org/admin-ldap">
1N/A <adm:synopsis>
The
<adm:user-friendly-name />
may be used to generate a virtual attribute that specifies the
location of the subschemaSubentry with the schema definitions in
effect for the entry.
</adm:synopsis>
<adm:profile name="ldap">
<ldap:object-class>
<ldap:name>ds-cfg-subschema-subentry-virtual-attribute</ldap:name>
<ldap:superior>ds-cfg-virtual-attribute</ldap:superior>
</ldap:object-class>
</adm:profile>
<adm:property-override name="java-class" advanced="true">
<adm:default-behavior>
<adm:defined>
<adm:value>
org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
</adm:value>
</adm:defined>
</adm:default-behavior>
</adm:property-override>
<adm:property-override name="conflict-behavior" advanced="true">
<adm:default-behavior>
<adm:defined>
<adm:value>virtual-overrides-real</adm:value>
</adm:defined>
</adm:default-behavior>
</adm:property-override>
<adm:property-override name="attribute-type">
<adm:default-behavior>
<adm:defined>
<adm:value>subschemaSubentry</adm:value>
</adm:defined>
</adm:default-behavior>
</adm:property-override>
</adm:managed-object>