JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Administration Guide 11g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

Part I Directory Server Administration

1.  Directory Server Tools

2.  Directory Server Instances and Suffixes

3.  Directory Server Configuration

4.  Directory Server Entries

5.  Directory Server Security

6.  Directory Server Access Control

7.  Directory Server Password Policy

8.  Directory Server Backup and Restore

9.  Directory Server Groups, Roles, and CoS

10.  Directory Server Replication

11.  Directory Server Schema

12.  Directory Server Indexing

13.  Directory Server Attribute Value Uniqueness

14.  Directory Server Logging

15.  Directory Server Monitoring

Part II Directory Proxy Server Administration

16.  Directory Proxy Server Tools

17.  Directory Proxy Server Instances

18.  LDAP Data Views

19.  Directory Proxy Server Certificates

20.  Directory Proxy Server Load Balancing and Client Affinity

21.  Directory Proxy Server Distribution

22.  Directory Proxy Server Virtualization

23.  Virtual Data Transformations

24.  Connections Between Directory Proxy Server and Back-End LDAP Servers

Configuring Connections Between Directory Proxy Server and Back-End LDAP Servers

To Configure the Number of Connections Between Directory Proxy Server and Back-End LDAP Servers

To Configure Connection Timeout

To Configure Connection Pool Wait Timeout

Configuring SSL Between Directory Proxy Server and Back-End LDAP Servers

To Configure SSL Between Directory Proxy Server and a Back-End LDAP Server

Choosing SSL Ciphers and SSL Protocols for Directory Proxy Server

To Choose the List of Ciphers and Protocols

Forwarding Requests to Back-End LDAP Servers

Forwarding Requests With Bind Replay

To Forward Requests With Bind Replay

Forwarding Requests With Proxy Authorization

To Forward Requests by Using Proxy Authorization

To Forward Requests by Using Proxy Authorization When the Request Contains a Proxy Authorization Control

Forwarding Requests Without the Client Identity

To Forward Requests Without the Client Identity

Forwarding Requests as an Alternate User

To Configure Remote User Mapping

To Configure Local User Mapping

To Configure User Mapping for Anonymous Clients

25.  Connections Between Clients and Directory Proxy Server

26.  Directory Proxy Server Client Authentication

27.  Directory Proxy Server Logging

28.  Directory Proxy Server Monitoring and Alerts

Part III Directory Service Control Center Administration

29.  Directory Service Control Center Configuration

Index

Configuring Connections Between Directory Proxy Server and Back-End LDAP Servers

When an LDAP data source is created, the number of default connections opened for the LDAP data source are six, that is, two for each read, bind, and write operations respectively. To verify the default connections, type the following command:

$ dpconf get-ldap-data-source-prop src-name num-read-init num-write-init num-bind-init
num-bind-init   :  2
num-read-init   :  2
num-write-init  :  2

The number of connections increases automatically when the traffic increases.

For information about how to configure connections between Directory Proxy Server and back-end LDAP servers, see the following procedures:

To Configure the Number of Connections Between Directory Proxy Server and Back-End LDAP Servers


Note - This procedure configures the number of connections for bind operations. To configure the number of connections for read or write operations, perform the same procedure but replace bind with read or write.


You can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help.

  1. Configure the initial number of connections between Directory Proxy Server and a back-end LDAP server for bind operations.
    $ dpconf set-ldap-data-source-prop -h host -p port data-source-name \
     num-bind-init:new-value
  2. Configure the increment of connections for bind operations.

    The increment is the number of connections that are added each time more than the current number of connections are requested.

    $ dpconf set-ldap-data-source-prop -h host -p port data-source-name \
     num-bind-incr:new-value
  3. Configure the maximum number of connections for bind operations.

    When this maximum number of connections is reached, no more connections can be added.

    $ dpconf set-ldap-data-source-prop -h host -p port data-source-name \
     num-bind-limit:new-value

To Configure Connection Timeout

You can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help.

To Configure Connection Pool Wait Timeout

You can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help.