HP-UX Directory Server Administrator Guide HP-UX Directory Server Version 8.1 (5900-3098, May 2013)

6. Restart the server in order for the change to take effect.
After allowing the component to chain, create an ACI in the suffix on the remote server to which
the operation will be chained. For example, this creates an ACI for the Referential Integrity plug-in:
aci: (targetattr "*")(target="ldap:///ou=customers,l=us,dc=example,dc=com")
(version 3.0; acl "RefInt Access for chaining"; allow
(read,write,search,compare) userdn = "ldap:///cn=referential integrity
postoperation,cn=plugins,cn=config";)
2.4.2.1.2 Chaining component operations from the command line
1. Specify components to include in chaining using the nsActiveChainingComponents
attribute in the cn=config,cn=chaining database,cn=plugins,cn=config entry
of the configuration file.
For example, to allow the referential integrity component to chain operations, add the following
to the database link configuration file:
nsActiveChainingComponents: cn=referential integrity postoperation,cn=components,cn=config
For a list of the components that can be chained, see Table 4 (page 64).
2. Restart the server for the change to take effect.
/opt/dirsrv/slapd-instance_name/restart-slapd
3. Create an ACI in the suffix on the remote server to which the operation will be chained. For
example, this creates an ACI for the Referential Integrity plug-in:
aci: (targetattr "*")(target="ldap:///ou=customers,l=us,dc=example,dc=com")
(version 3.0; acl "RefInt Access for chaining"; allow
(read,write,search,compare) userdn = "ldap:///cn=referential
integrity postoperation,cn=plugins,cn=config";)
2.4.2.2 Chaining LDAP controls
It is possible not to chain operation requests made by LDAP controls. By default, requests made
by the following controls are forwarded to the remote server by the database link:
Virtual List View (VLV)
Provides lists of parts of entries rather than returning all entry information.
Server-side sorting
Sorts entries according to their attribute values.
66 Configuring Directory Databases