MonitorBackendConfiguration.xml revision 2334
2334N/A<?xml version="1.0" encoding="UTF-8"?>
2334N/A<!--
2334N/A! CDDL HEADER START
2334N/A!
2334N/A! The contents of this file are subject to the terms of the
2334N/A! Common Development and Distribution License, Version 1.0 only
2334N/A! (the "License"). You may not use this file except in compliance
2334N/A! with the License.
2334N/A!
2334N/A! You can obtain a copy of the license at
2334N/A! trunk/opends/resource/legal-notices/OpenDS.LICENSE
2334N/A! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2334N/A! See the License for the specific language governing permissions
2334N/A! and limitations under the License.
2334N/A!
2334N/A! When distributing Covered Code, include this CDDL HEADER in each
2334N/A! file and include the License file at
2334N/A! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2334N/A! add the following below this CDDL HEADER, with the fields enclosed
2334N/A! by brackets "[]" replaced with your own identifying information:
2334N/A! Portions Copyright [yyyy] [name of copyright owner]
2334N/A!
2334N/A! CDDL HEADER END
2334N/A!
2334N/A!
2334N/A! Portions Copyright 2007 Sun Microsystems, Inc.
2334N/A! -->
2334N/A
2334N/A<adm:managed-object name="monitor-backend" plural-name="monitor-backends"
2334N/A package="org.opends.server.admin.std"
2334N/A extends="backend"
2334N/A xmlns:adm="http://www.opends.org/admin"
2334N/A xmlns:ldap="http://www.opends.org/admin-ldap">
2334N/A
2334N/A <adm:synopsis>
2334N/A The monitor backend allows clients to access the information made available
2334N/A by Directory Server monitor providers.
2334N/A </adm:synopsis>
2334N/A
2334N/A <adm:profile name="ldap">
2334N/A <ldap:object-class>
2334N/A <ldap:oid>1.3.6.1.4.1.26027.1.2.130</ldap:oid>
2334N/A <ldap:name>ds-cfg-monitor-backend</ldap:name>
2334N/A <ldap:superior>ds-cfg-backend</ldap:superior>
2334N/A </ldap:object-class>
2334N/A </adm:profile>
2334N/A
2334N/A <adm:property-override name="backend-class">
2334N/A <adm:default-behavior>
2334N/A <adm:defined>
2334N/A <adm:value>
2334N/A org.opends.server.backends.MonitorBackend
2334N/A </adm:value>
2334N/A </adm:defined>
2334N/A </adm:default-behavior>
2334N/A </adm:property-override>
2334N/A
2334N/A</adm:managed-object>
2334N/A