<?xml version="1.0" encoding="utf-8"?>
|
<!--
|
! CDDL HEADER START
|
!
|
! The contents of this file are subject to the terms of the
|
! Common Development and Distribution License, Version 1.0 only
|
! (the "License"). You may not use this file except in compliance
|
! with the License.
|
!
|
! You can obtain a copy of the license at
|
! trunk/opends/resource/legal-notices/OpenDS.LICENSE
|
! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
|
! See the License for the specific language governing permissions
|
! and limitations under the License.
|
!
|
! When distributing Covered Code, include this CDDL HEADER in each
|
! file and include the License file at
|
! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
|
! add the following below this CDDL HEADER, with the fields enclosed
|
! by brackets "[]" replaced with your own identifying information:
|
! Portions Copyright [yyyy] [name of copyright owner]
|
!
|
! CDDL HEADER END
|
!
|
!
|
! Copyright 2007-2010 Sun Microsystems, Inc.
|
! -->
|
<adm:managed-object name="plugin-root" plural-name="plugin-roots"
|
package="org.forgerock.opendj.admin"
|
xmlns:adm="http://www.opends.org/admin"
|
xmlns:ldap="http://www.opends.org/admin-ldap"
|
xmlns:cli="http://www.opends.org/admin-cli">
|
<adm:synopsis>
|
The
|
<adm:user-friendly-name />
|
defines the parent entry for all plug-ins defined in the server.
|
</adm:synopsis>
|
<adm:description>
|
It can also include configuration attributes that define the order
|
in which those plug-ins are to be loaded and invoked.
|
</adm:description>
|
<adm:tag name="core-server" />
|
<adm:profile name="ldap">
|
<ldap:object-class>
|
<ldap:name>ds-cfg-plugin-root</ldap:name>
|
<ldap:superior>top</ldap:superior>
|
</ldap:object-class>
|
</adm:profile>
|
<adm:relation name="plugin">
|
<adm:one-to-many />
|
<adm:profile name="ldap">
|
<ldap:rdn-sequence />
|
<ldap:naming-attribute>cn</ldap:naming-attribute>
|
</adm:profile>
|
<adm:profile name="cli">
|
<cli:relation>
|
<cli:default-property name="enabled" />
|
</cli:relation>
|
</adm:profile>
|
</adm:relation>
|
<adm:property name="plugin-order-startup">
|
<adm:synopsis>
|
Specifies the order in which startup plug-ins are to be loaded and
|
invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of plug-in
|
names (where the plug-in name is the RDN value from the plug-in
|
configuration entry DN). The list can include at most one asterisk
|
to indicate the position of any unspecified plug-in (and the
|
relative order of those unspecified plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which startup plug-ins are loaded and invoked
|
is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-startup</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-shutdown">
|
<adm:synopsis>
|
Specifies the order in which shutdown plug-ins are to be loaded and
|
invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of plug-in
|
names (where the plug-in name is the RDN value from the plug-in
|
configuration entry DN). The list can include at most one asterisk
|
to indicate the position of any unspecified plug-in (and the
|
relative order of those unspecified plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which shutdown plug-ins are loaded and invoked
|
is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-shutdown</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-connect">
|
<adm:synopsis>
|
Specifies the order in which post-connect plug-ins are to be loaded
|
and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of plug-in
|
names (where the plug-in name is the RDN value from the plug-in
|
configuration entry DN). The list can include at most one asterisk
|
to indicate the position of any unspecified plug-in (and the
|
relative order of those unspecified plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-connect plug-ins are loaded and invoked
|
is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-connect</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-disconnect">
|
<adm:synopsis>
|
Specifies the order in which post-disconnect plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-disconnect plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-disconnect</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-ldif-import">
|
<adm:synopsis>
|
Specifies the order in which LDIF import plug-ins are to be loaded
|
and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of plug-in
|
names (where the plug-in name is the RDN value from the plug-in
|
configuration entry DN). The list can include at most one asterisk
|
to indicate the position of any unspecified plug-in (and the
|
relative order of those unspecified plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which LDIF import plug-ins are loaded and invoked
|
is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-ldif-import</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-ldif-import-end">
|
<adm:synopsis>
|
Specifies the order in which LDIF import end plug-ins are to be loaded
|
and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of plug-in
|
names (where the plug-in name is the RDN value from the plug-in
|
configuration entry DN). The list can include at most one asterisk
|
to indicate the position of any unspecified plug-in (and the
|
relative order of those unspecified plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which LDIF import end plug-ins are loaded and invoked
|
is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-ldif-import-end</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-ldif-import-begin">
|
<adm:synopsis>
|
Specifies the order in which LDIF import begin plug-ins are to be loaded
|
and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of plug-in
|
names (where the plug-in name is the RDN value from the plug-in
|
configuration entry DN). The list can include at most one asterisk
|
to indicate the position of any unspecified plug-in (and the
|
relative order of those unspecified plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which LDIF import begin plug-ins are loaded and invoked
|
is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-ldif-import-begin</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-ldif-export">
|
<adm:synopsis>
|
Specifies the order in which LDIF export plug-ins are to be loaded
|
and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of plug-in
|
names (where the plug-in name is the RDN value from the plug-in
|
configuration entry DN). The list can include at most one asterisk
|
to indicate the position of any unspecified plug-in (and the
|
relative order of those unspecified plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which LDIF export plug-ins are loaded and invoked
|
is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-ldif-export</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-abandon">
|
<adm:synopsis>
|
Specifies the order in which pre-parse abandon plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse abandon plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-abandon</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-add">
|
<adm:synopsis>
|
Specifies the order in which pre-parse add plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse add plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-add</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-bind">
|
<adm:synopsis>
|
Specifies the order in which pre-parse bind plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse bind plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-bind</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-compare">
|
<adm:synopsis>
|
Specifies the order in which pre-parse compare plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse compare plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-compare</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-delete">
|
<adm:synopsis>
|
Specifies the order in which pre-parse delete plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse delete plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-delete</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-extended">
|
<adm:synopsis>
|
Specifies the order in which pre-parse extended operation plug-ins
|
are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse extended operation plug-ins are
|
loaded and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-extended</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-modify">
|
<adm:synopsis>
|
Specifies the order in which pre-parse modify plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse modify plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-modify</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-modify-dn">
|
<adm:synopsis>
|
Specifies the order in which pre-parse modify DN plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse modify DN plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-modify-dn</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-search">
|
<adm:synopsis>
|
Specifies the order in which pre-parse search plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse search plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-search</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-parse-unbind">
|
<adm:synopsis>
|
Specifies the order in which pre-parse unbind plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-parse unbind plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-parse-unbind</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-operation-add">
|
<adm:synopsis>
|
Specifies the order in which pre-operation add plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-operation add plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-operation-add</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-operation-bind">
|
<adm:synopsis>
|
Specifies the order in which pre-operation bind plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-operation bind plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-operation-bind</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-operation-compare">
|
<adm:synopsis>
|
Specifies the order in which pre-operation compare plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-operation compare plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-operation-compare</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-operation-delete">
|
<adm:synopsis>
|
Specifies the order in which pre-operation delete plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-operation delete plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-operation-delete</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-operation-extended">
|
<adm:synopsis>
|
Specifies the order in which pre-operation extended operation
|
plug-ins are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-operation extended operation plug-ins
|
are loaded and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-pre-operation-extended
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-operation-modify">
|
<adm:synopsis>
|
Specifies the order in which pre-operation modify plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-operation modify plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-operation-modify</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-operation-modify-dn">
|
<adm:synopsis>
|
Specifies the order in which pre-operation modify DN plug-ins
|
are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-operation modify DN plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-pre-operation-modify-dn
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-pre-operation-search">
|
<adm:synopsis>
|
Specifies the order in which pre-operation search plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which pre-operation searc plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-pre-operation-search</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-abandon">
|
<adm:synopsis>
|
Specifies the order in which post-operation abandon plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation abandon plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-operation-abandon
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-add">
|
<adm:synopsis>
|
Specifies the order in which post-operation add plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation add plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-operation-add</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-bind">
|
<adm:synopsis>
|
Specifies the order in which post-operation bind plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation bind plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-operation-bind</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-compare">
|
<adm:synopsis>
|
Specifies the order in which post-operation compare plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation compare plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-operation-compare
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-delete">
|
<adm:synopsis>
|
Specifies the order in which post-operation delete plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation delete plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-operation-delete</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-extended">
|
<adm:synopsis>
|
Specifies the order in which post-operation extended operation
|
plug-ins are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation extended operation plug-ins
|
are loaded and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-operation-extended
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-modify">
|
<adm:synopsis>
|
Specifies the order in which post-operation modify plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation modify plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-operation-modify</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-modify-dn">
|
<adm:synopsis>
|
Specifies the order in which post-operation modify DN plug-ins
|
are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation modify DN plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-operation-modify-dn
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-search">
|
<adm:synopsis>
|
Specifies the order in which post-operation search plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation search plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-operation-search</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-operation-unbind">
|
<adm:synopsis>
|
Specifies the order in which post-operation unbind plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-operation unbind plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-operation-unbind</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-response-add">
|
<adm:synopsis>
|
Specifies the order in which post-response add plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-response add plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-response-add</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-response-bind">
|
<adm:synopsis>
|
Specifies the order in which post-response bind plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-response bind plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-response-bind</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-response-compare">
|
<adm:synopsis>
|
Specifies the order in which post-response compare plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-response compare plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-response-compare</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-response-delete">
|
<adm:synopsis>
|
Specifies the order in which post-response delete plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-response delete plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-response-delete</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-response-extended">
|
<adm:synopsis>
|
Specifies the order in which post-response extended operation
|
plug-ins are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-response extended operation plug-ins
|
are loaded and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-response-extended
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-response-modify">
|
<adm:synopsis>
|
Specifies the order in which post-response modify plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-response modify plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-response-modify</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-response-modify-dn">
|
<adm:synopsis>
|
Specifies the order in which post-response modify DN plug-ins
|
are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-response modify DN plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-response-modify-dn
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-synchronization-add">
|
<adm:synopsis>
|
Specifies the order in which post-synchronization add plug-ins
|
are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-synchronization add plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-synchronization-add
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-synchronization-delete">
|
<adm:synopsis>
|
Specifies the order in which post-synchronization delete plug-ins
|
are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-synchronization delete plug-ins are
|
loaded and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-synchronization-delete
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-synchronization-modify">
|
<adm:synopsis>
|
Specifies the order in which post-synchronization modify plug-ins
|
are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-synchronization modify plug-ins are
|
loaded and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-synchronization-modify
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-synchronization-modify-dn">
|
<adm:synopsis>
|
Specifies the order in which post-synchronization modify DN
|
plug-ins are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-synchronization modify DN plug-ins are
|
loaded and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-post-synchronization-modify-dn
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-post-response-search">
|
<adm:synopsis>
|
Specifies the order in which post-response search plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which post-response search plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-post-response-search</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-search-result-entry">
|
<adm:synopsis>
|
Specifies the order in which search result entry plug-ins are to be
|
loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list of
|
plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which search result entry plug-ins are loaded and
|
invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-search-result-entry</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-search-result-reference">
|
<adm:synopsis>
|
Specifies the order in which search result reference plug-ins
|
are to be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a
|
comma-delimited list of plug-in names (where the plug-in name is the
|
RDN value from the plug-in configuration entry DN). The list can
|
include at most one asterisk to indicate the position of any
|
unspecified plug-in (and the relative order of those unspecified
|
plug-ins is undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which search result reference plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>
|
ds-cfg-plugin-order-search-result-reference
|
</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-subordinate-modify-dn">
|
<adm:synopsis>
|
Specifies the order in which subordinate modify DN plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which subordinate modify DN plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-subordinate-modify-dn</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-subordinate-delete">
|
<adm:synopsis>
|
Specifies the order in which subordinate delete plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which subordinate delete plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-subordinate-delete</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
<adm:property name="plugin-order-intermediate-response">
|
<adm:synopsis>
|
Specifies the order in which intermediate response plug-ins are to
|
be loaded and invoked.
|
</adm:synopsis>
|
<adm:description>
|
The value is a comma-delimited list
|
of plug-in names (where the plug-in name is the RDN value from the
|
plug-in configuration entry DN). The list can include at most one
|
asterisk to indicate the position of any unspecified plug-in (and
|
the relative order of those unspecified plug-ins is
|
undefined).
|
</adm:description>
|
<adm:default-behavior>
|
<adm:alias>
|
<adm:synopsis>
|
The order in which intermediate response plug-ins are loaded
|
and invoked is undefined.
|
</adm:synopsis>
|
</adm:alias>
|
</adm:default-behavior>
|
<adm:syntax>
|
<adm:string />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:name>ds-cfg-plugin-order-intermediate-response</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
</adm:managed-object>
|