3853N/A<?xml version="1.0" encoding="utf-8"?>
3853N/A<!--
3853N/A ! CDDL HEADER START
3853N/A !
3853N/A ! The contents of this file are subject to the terms of the
3853N/A ! Common Development and Distribution License, Version 1.0 only
3853N/A ! (the "License"). You may not use this file except in compliance
3853N/A ! with the License.
3853N/A !
3853N/A ! You can obtain a copy of the license at
3853N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
3853N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
3853N/A ! See the License for the specific language governing permissions
3853N/A ! and limitations under the License.
3853N/A !
3853N/A ! When distributing Covered Code, include this CDDL HEADER in each
3853N/A ! file and include the License file at
3853N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
3853N/A ! add the following below this CDDL HEADER, with the fields enclosed
3853N/A ! by brackets "[]" replaced with your own identifying information:
3853N/A ! Portions Copyright [yyyy] [name of copyright owner]
3853N/A !
3853N/A ! CDDL HEADER END
3853N/A !
3853N/A !
4129N/A ! Copyright 2007-2009 Sun Microsystems, Inc.
3853N/A ! -->
3853N/A<adm:managed-object name="network-group-plugin"
3853N/A plural-name="network-group-plugins" package="org.opends.server.admin.std"
3853N/A extends="plugin" xmlns:adm="http://www.opends.org/admin"
3853N/A xmlns:ldap="http://www.opends.org/admin-ldap"
3853N/A hidden="true">
3853N/A
3853N/A <adm:synopsis>
3853N/A The
3853N/A <adm:user-friendly-name />
3853N/A allows to group connections into different network groups and
3853N/A enforce specific resource limit policies for each network group.
3853N/A </adm:synopsis>
3853N/A
3853N/A <adm:description>
3853N/A The
3853N/A <adm:user-friendly-name />
3853N/A creates network groups based on client connection criteria. Each network
3853N/A group defines resource limit policies applied to all its connections.
3853N/A </adm:description>
3853N/A
3853N/A <adm:profile name="ldap">
3853N/A <ldap:object-class>
3853N/A <ldap:name>ds-cfg-network-group-plugin</ldap:name>
3853N/A <ldap:superior>ds-cfg-plugin</ldap:superior>
3853N/A </ldap:object-class>
3853N/A </adm:profile>
3853N/A
3853N/A <adm:property-override name="java-class" advanced="true">
3853N/A <adm:default-behavior>
3853N/A <adm:defined>
4129N/A <adm:value>
4129N/A org.opends.server.core.networkgroups.NetworkGroupPlugin
4129N/A </adm:value>
3853N/A </adm:defined>
3853N/A </adm:default-behavior>
3853N/A </adm:property-override>
3853N/A
3853N/A <adm:property-override name="plugin-type" advanced="true">
3853N/A <adm:default-behavior>
3853N/A <adm:defined>
3853N/A <adm:value>postconnect</adm:value>
3853N/A <adm:value>preparseadd</adm:value>
3853N/A <adm:value>preparsebind</adm:value>
3853N/A <adm:value>preparsecompare</adm:value>
3853N/A <adm:value>preparsedelete</adm:value>
3853N/A <adm:value>preparseextended</adm:value>
3853N/A <adm:value>preparsemodify</adm:value>
3853N/A <adm:value>preparsemodifydn</adm:value>
3853N/A <adm:value>preparsesearch</adm:value>
3853N/A <adm:value>preparseunbind</adm:value>
3853N/A <adm:value>postresponsebind</adm:value>
3853N/A <adm:value>postresponseextended</adm:value>
3853N/A </adm:defined>
3853N/A </adm:default-behavior>
3853N/A </adm:property-override>
3853N/A
3853N/A</adm:managed-object>