HP-UX Directory Server 8.1 administrator guide
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 2-3 “Components allowed to
chain”.
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";)
68 Configuring directory databases