4983N/A<?xml version="1.0" encoding="UTF-8"?>
4983N/A<!--
4983N/A ! CDDL HEADER START
4983N/A !
4983N/A ! The contents of this file are subject to the terms of the
4983N/A ! Common Development and Distribution License, Version 1.0 only
4983N/A ! (the "License"). You may not use this file except in compliance
4983N/A ! with the License.
4983N/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.
4983N/A ! See the License for the specific language governing permissions
4983N/A ! and limitations under the License.
4983N/A !
4983N/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:
4983N/A ! Portions Copyright [yyyy] [name of copyright owner]
4983N/A !
4983N/A ! CDDL HEADER END
4983N/A !
4983N/A !
4983N/A ! Copyright 2009 Sun Microsystems, Inc.
4983N/A ! -->
4983N/A<adm:managed-object name="collective-attribute-subentries-virtual-attribute"
4983N/A plural-name="collective-attribute-subentries-virtual-attributes"
4983N/A package="org.opends.server.admin.std" extends="virtual-attribute"
4983N/A xmlns:adm="http://www.opends.org/admin"
4983N/A xmlns:ldap="http://www.opends.org/admin-ldap">
4983N/A <adm:synopsis>
4983N/A The
4983N/A <adm:user-friendly-name />
4983N/A generates a virtual attribute that specifies all collective
4983N/A attribute subentries that affect the entry.
4983N/A </adm:synopsis>
4983N/A <adm:profile name="ldap">
4983N/A <ldap:object-class>
4983N/A <ldap:name>
4983N/A ds-cfg-collective-attribute-subentries-virtual-attribute
4983N/A </ldap:name>
4983N/A <ldap:superior>ds-cfg-virtual-attribute</ldap:superior>
4983N/A </ldap:object-class>
4983N/A </adm:profile>
4983N/A <adm:property-override name="java-class" advanced="true">
4983N/A <adm:default-behavior>
4983N/A <adm:defined>
4983N/A <adm:value>
4983N/A org.opends.server.extensions.CollectiveAttributeSubentriesVirtualAttributeProvider
4983N/A </adm:value>
4983N/A </adm:defined>
4983N/A </adm:default-behavior>
4983N/A </adm:property-override>
4983N/A <adm:property-override name="conflict-behavior" advanced="true">
4983N/A <adm:default-behavior>
4983N/A <adm:defined>
4983N/A <adm:value>virtual-overrides-real</adm:value>
4983N/A </adm:defined>
4983N/A </adm:default-behavior>
4983N/A </adm:property-override>
4983N/A <adm:property-override name="attribute-type">
4983N/A <adm:default-behavior>
4983N/A <adm:defined>
4983N/A <adm:value>collectiveAttributeSubentries</adm:value>
4983N/A </adm:defined>
4983N/A </adm:default-behavior>
4983N/A </adm:property-override>
4983N/A</adm:managed-object>