Exit Print View

Sun OpenDS Standard Edition 2.2 Administration Guide

Get PDF Book Print View
 

Document Information

Before You Start

Starting and Stopping Your Server Instance

Configuring the Server Instance

Configuring the Proxy Components

Configuring Security Between Clients and Servers

Configuring Security Between the Proxy and the Data Source

Configuring Servers With the Control Panel

Managing the Server With the Control Panel

To Start the Control Panel

To Configure Java Settings With the Control Panel

To Specify the Trust Manager Provider and Trust Store Algorithm Used by the Control Panel

Managing Remote Servers With the Control Panel

To Manage a Remote Server

To Change the Server That is Being Managed

Managing Directory Data

Replicating Directory Data

Controlling Access To Data

Managing Users and Groups

Monitoring Sun OpenDS Standard Edition

Improving Performance

Advanced Administration

To Specify the Trust Manager Provider and Trust Store Algorithm Used by the Control Panel

The Control Panel uses a trust manager provider to determine whether to trust certificates that are presented to it. By default, the Control Panel uses the SunJSEE trust manager provider, and the SunX509 trust store algorithm. If these defaults are not suitable to your platform, you can specify the trust manager provider and trust store algorithm by setting the relevant Java properties and running the dsjavaproperties command.


Note - You can also use the Control Panel itself to set these properties. For more information, see To Configure Java Settings With the Control Panel.


The following example configures the Control Panel to use the trust manager provider and keystore algorithm for the IBM JDK.

  1. Edit the install-dir/config/java.properties file and add the following line:
    control-panel.java-args=-Dorg.opends.admin.trustmanagerprovider=IBMJSSE
    -Dorg.opends.admin.trustmanageralgo=IBMX509
  2. Run the dsjavaproperties command.
    $ dsjavaproperties