Sun Java System Directory Server Enterprise Edition 6.3 Administration Guide

ProcedureTo Configure Connection Timeout

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

  1. Configure the maximum length of time that Directory Proxy Server can attempt to connect to a data source.


    $ dpconf set-ldap-data-source-prop -h host -p port data-source-name \
     connect-timeout:new-value
    

    For example, configure the connection timeout to 10 milliseconds.


    $ dpconf set-ldap-data-source-prop -h host1 -p 1389 data-source-name connect-timeout:10