2334N/A<?xml version="1.0" encoding="UTF-8"?>
2334N/A<!--
2868N/A ! CDDL HEADER START
2868N/A !
2868N/A ! The contents of this file are subject to the terms of the
2868N/A ! Common Development and Distribution License, Version 1.0 only
2868N/A ! (the "License"). You may not use this file except in compliance
2868N/A ! with the License.
2868N/A !
2868N/A ! You can obtain a copy of the license at
2868N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
2868N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2868N/A ! See the License for the specific language governing permissions
2868N/A ! and limitations under the License.
2868N/A !
2868N/A ! When distributing Covered Code, include this CDDL HEADER in each
2868N/A ! file and include the License file at
2868N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2868N/A ! add the following below this CDDL HEADER, with the fields enclosed
2868N/A ! by brackets "[]" replaced with your own identifying information:
2868N/A ! Portions Copyright [yyyy] [name of copyright owner]
2868N/A !
2868N/A ! CDDL HEADER END
2868N/A !
2868N/A !
3215N/A ! Copyright 2007-2008 Sun Microsystems, Inc.
5422N/A ! Portions Copyright 2011 ForgeRock AS
2868N/A ! -->
2334N/A<adm:managed-object name="entry-uuid-virtual-attribute"
2334N/A plural-name="entry-uuid-virtual-attributes"
2334N/A package="org.opends.server.admin.std" extends="virtual-attribute"
2334N/A xmlns:adm="http://www.opends.org/admin"
2334N/A xmlns:ldap="http://www.opends.org/admin-ldap">
2334N/A <adm:synopsis>
2334N/A The
2334N/A <adm:user-friendly-name />
3201N/A ensures that all entries contained in private backends
3201N/A have values for the entryUUID operational attribute.
2334N/A </adm:synopsis>
2868N/A <adm:description>
3201N/A The entryUUID values are generated based on a normalized
3201N/A representation of the entry's DN, which does not cause a
5422N/A consistency problem because <adm:product-name /> does not allow modify DN
3201N/A operations to be performed in private backends.
2868N/A </adm:description>
2334N/A <adm:profile name="ldap">
2334N/A <ldap:object-class>
2624N/A <ldap:name>ds-cfg-entry-uuid-virtual-attribute</ldap:name>
2334N/A <ldap:superior>ds-cfg-virtual-attribute</ldap:superior>
2334N/A </ldap:object-class>
2334N/A </adm:profile>
2868N/A <adm:property-override name="java-class" advanced="true">
2334N/A <adm:default-behavior>
2334N/A <adm:defined>
2334N/A <adm:value>
2953N/A org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
2334N/A </adm:value>
2334N/A </adm:defined>
2334N/A </adm:default-behavior>
2334N/A </adm:property-override>
2868N/A <adm:property-override name="conflict-behavior" advanced="true">
2352N/A <adm:default-behavior>
2352N/A <adm:defined>
2868N/A <adm:value>real-overrides-virtual</adm:value>
2352N/A </adm:defined>
2352N/A </adm:default-behavior>
2352N/A </adm:property-override>
2868N/A <adm:property-override name="attribute-type">
2868N/A <adm:default-behavior>
2868N/A <adm:defined>
2868N/A <adm:value>entryUUID</adm:value>
2868N/A </adm:defined>
2868N/A </adm:default-behavior>
2868N/A </adm:property-override>
2334N/A</adm:managed-object>