
Creating and Maintaining Database Links
Chapter 3
Configuring Directory Databases
133
Configuring Cascading Chaining from the Command-Line
Configuring a cascade of database links through the command-line involves the
following steps:
• Pointing one database link to the URL of the server containing the intermediate
database link.
• Configuring the intermediate database link or links (in the example, Server 2)
to transmit the Proxy Authorization Control.
• Creating a proxy administrative user ACI on all intermediate database links.
To do so, you will need to create a database on each server that contains an
intermediate database link.
• Enabling local ACI evaluation on all intermediate database links.
• Creating client ACIs on all intermediate database links and the final
destination database.
Pointing to Another Database Link
To create a cascading chain, the
nsFarmServerURL
attribute of one database link
must contain the URL of the server containing another database link. Suppose the
database link on the server called
example1.com
points to a database link on the
server called
africa.example.com
. The
cn=
database_link_name
,cn=chaining
database, cn=plugins,cn=config
entry of the database link on Server 1 would
contain the following:
nsFarmServerURL: ldap://africa.example.com:389/
Transmitting the Proxy Authorization Control
By default, a database link does not transmit the Proxy Authorization Control.
However, when one database link contacts another, this control is used to transmit
information needed by the final destination server. The intermediate database link
needs to transmit this control. To configure the database link to transmit the proxy
authorization control, add the following to the
cn=config,cn=chaining
database,cn=plugins,cn=config
entry of the intermediate database link:
nsTransmittedControls: 2.16.840.1.113730.3.4.12
The OID value represents the Proxy Authorization Control. For more information
about chaining LDAP controls, refer to “Chaining LDAP Controls,” on page 107.
Summary of Contents for DIRECTORY SERVER 7.1
Page 1: ...Administrator s Guide Red Hat Directory Server Version7 1 May 2005 Updated February 2009 ...
Page 20: ...20 Red Hat Directory Server Administrator s Guide May 2005 Glossary 619 Index 635 ...
Page 22: ...22 Red Hat Directory Server Administrator s Guide May 2005 ...
Page 26: ...26 Red Hat Directory Server Administrator s Guide May 2005 ...
Page 78: ...Maintaining Referential Integrity 78 Red Hat Directory Server Administrator s Guide May 2005 ...
Page 200: ...Assigning Class of Service 200 Red Hat Directory Server Administrator s Guide May 2005 ...
Page 488: ...488 Red Hat Directory Server Administrator s Guide May 2005 ...
Page 528: ...PTA Plug in Syntax Examples 528 Red Hat Directory Server Administrator s Guide May 2005 ...
Page 572: ...572 Red Hat Directory Server Administrator s Guide May 2005 ...
Page 612: ...Examples of LDAP URLs 612 Red Hat Directory Server Administrator s Guide May 2005 ...
Page 634: ...634 Red Hat Directory Server Administrator s Guide May 2005 ...