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

Choosing SSL Ciphers and SSL Protocols for Directory Proxy Server

The ciphers and protocols that can be used by Directory Proxy Server depend on the Java Virtual Machine (JVM) that is being used. By default, Directory Proxy Server uses the default ciphers and protocols that are enabled for the JVM machine.

To Choose the List of Ciphers and Protocols

Use this procedure to retrieve the supported ciphers and protocols, and the enabled ciphers and protocols. If a cipher or protocol is supported, you can enable or disable it.

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

  1. View the list of supported ciphers and protocols.
    $ dpconf get-server-prop -h host -p port supported-ssl-cipher-suites \
     supported-ssl-protocols
  2. View the list of enabled ciphers and protocols.
    $ dpconf get-server-prop -h host -p port enabled-ssl-cipher-suites \
     enabled-ssl-protocols
  3. Enable one or more supported ciphers or protocols.
    1. Enable one or more supported ciphers.
      $ dpconf set-server-prop -h host -p port \
       enabled-ssl-cipher-suites:supported-ssl-cipher-suite \
       [enabled-ssl-cipher-suites:supported-ssl-cipher-suite ...]

      To add a cipher to an existing list of supported ciphers, use this command:

      $ dpconf set-server-prop -h host -p port \
       enabled-ssl-cipher-suites+:supported-ssl-cipher-suite
    2. Enable one or more supported protocols.
      $ dpconf set-server-prop -h host -p port \
       enabled-ssl-cipher-protocols:supported-ssl-cipher-protocol \
       [enabled-ssl-cipher-protocols:supported-ssl-cipher-protocol ...]

      To add a protocol to an existing list of supported protocols, use this command:

      $ dpconf set-server-prop -h host -p port \
       enabled-ssl-cipher-protocols+:supported-ssl-cipher-protocol
  4. (Optional) Disable a supported cipher or protocol.
    $ dpconf set-server-prop -h host -p port \
     enabled-ssl-cipher-protocols-:supported-ssl-cipher-protocol