1280N/A<?xml version="1.0" encoding="UTF-8"?>
2239N/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 !
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.
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
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:
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.
2868N/A ! -->
2868N/A<adm:managed-object name="log-retention-policy"
2868N/A plural-name="log-retention-policies"
2868N/A package="org.opends.server.admin.std"
2868N/A xmlns:adm="http://www.opends.org/admin"
2874N/A xmlns:ldap="http://www.opends.org/admin-ldap"
2874N/A xmlns:cli="http://www.opends.org/admin-cli">
1280N/A <adm:synopsis>
2868N/A <adm:user-friendly-plural-name />
2868N/A are used to specify when log files should be cleaned.
1280N/A </adm:synopsis>
2868N/A <adm:tag name="logging" />
1280N/A <adm:profile name="ldap">
1280N/A <ldap:object-class>
1280N/A <ldap:name>ds-cfg-log-retention-policy</ldap:name>
1280N/A <ldap:superior>top</ldap:superior>
1280N/A </ldap:object-class>
1280N/A </adm:profile>
2874N/A <adm:profile name="cli">
2874N/A <cli:managed-object custom="true" />
2874N/A </adm:profile>
2624N/A <adm:property name="java-class" mandatory="true">
1280N/A <adm:synopsis>
3156N/A Specifies the fully-qualified name of the Java class that provides the
1280N/A <adm:user-friendly-name />
1280N/A implementation.
1280N/A </adm:synopsis>
1280N/A <adm:syntax>
1280N/A <adm:java-class>
1280N/A <adm:instance-of>
1280N/A org.opends.server.loggers.RetentionPolicy
1280N/A </adm:instance-of>
1280N/A </adm:java-class>
1280N/A </adm:syntax>
1280N/A <adm:profile name="ldap">
1280N/A <ldap:attribute>
2624N/A <ldap:name>ds-cfg-java-class</ldap:name>
1280N/A </ldap:attribute>
1280N/A </adm:profile>
1280N/A </adm:property>
1280N/A</adm:managed-object>