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 Network Groups

Creating a Network Group

To Create a Network Group

Modifying Network Group Properties

Creating a Network Group Quality of Service Policy

To Modify a Network Group Quality of Service Policy

Configuring a Workflow

Listing Existing Workflows

Viewing Workflow Properties

Creating a Workflow

Configuring Workflow Elements

Listing Workflow Elements

Configuring an LDAP Proxy

Listing LDAP Proxy Elements

Listing LDAP Server Extensions

Listing Proxy Workflow Elements

Viewing LDAP Proxy Element Properties

Viewing LDAP Server Extension Properties

Viewing Advanced LDAP Server Extension Properties

Viewing Proxy Workflow Element

Adding an LDAP Proxy

Creating an LDAP Server Extension

Creating a Proxy LDAP Workflow Element

Modifying an LDAP Proxy

Modifying LDAP Server Extension Properties

Modifying LDAP Server Extension Advanced Properties

LDAP Data Source Monitoring Connection Properties

Modifying a Proxy LDAP Workflow Element Properties

Configuring Load Balancing

Configuring Load Balancing

Creating a Load Balancing Workflow Element

Creating a Load Balancing Algorithm

Creating the Load Balancing Routes

Modifying Load Balancing Properties

Modifying the Load Balancing Algorithm Type

Modifying the Load Balancing Route Properties

Setting Client Connection Affinity

Deleting Load Balancing Elements

Configuring Distribution

Configuring Distribution

Creating a Distribution Workflow Element

Creating a Distribution Algorithm

Creating a lexico or numeric Distribution Partition

Creating a dnpattern Distribution Partition

Managing Modify DN Requests

Deleting Distribution

Configuring the Global Index

Configuring Global Index Catalogs

To Create a Global Index Catalog Containing Global Indexes

To View Global Index Catalog Properties

Modifying the Properties of a Global Index Catalog

To View Global Index Properties

To Import Contents of a File into a Global Index Catalog

To Export Contents of a Global Index Catalog to a File

To Associate a Global Index Catalog to a Distribution

To Disassociate a Global Index Catalog From a Distribution

To Add a Global Index to a Global Index Catalog

To Remove a Global Index From a Global Index Catalog

Configuring Controls Required by the Global Index Catalog with Sun OpenDS Standard Edition

Replication of Global Index Catalogs

To Enable Global Index Catalog Replication

To Initialize Global Index Catalog Replication

To Disable Global Index Catalog Replication

To View the Status of a Replicated Global Index Catalog Configuration

Logging of Replication Activities

Lifecycle Examples for Replicated Global Index Catalogs

Configuring Security Between Clients and Servers

Configuring Security Between the Proxy and the Data Source

Configuring Servers With the Control Panel

Managing Directory Data

Replicating Directory Data

Controlling Access To Data

Managing Users and Groups

Monitoring Sun OpenDS Standard Edition

Improving Performance

Advanced Administration

Viewing Advanced LDAP Server Extension Properties

To view all the LDAP server extensions properties, use the dsconfig --advanced get-extension-prop command. For example:

$ dsconfig -h localhost -p 4444 -D "cn=Directory Manager" -w password -X -n \
  --advanced get-extension-prop \
  --extension-name proxy1

Properties similar to the following are displayed.

         Property                            Value(s)
         ----------------------------------------------------------------------
    1)   enabled                             true
    2)   java-class                          com.sun.dps.server.workflowelement
                                             .proxyldap.LDAPServerExtension
    3)   monitoring-base-dn                  ""
    4)   monitoring-bind-dn                  -
    5)   monitoring-bind-password            -
    6)   monitoring-check-interval           30000
    7)   monitoring-connect-timeout          5000
    8)   monitoring-inactivity-timeout       120000
    9)   monitoring-search-filter            (|(objectClass=*)(objectClass=ldap
                                             SubEntry))
    10)  monitoring-search-timeout           5000
    11)  pool-increment                      5
    12)  pool-initial-size                   10
    13)  pool-max-size                       25
    14)  pool-max-write                      0
    15)  pool-release-connection-interval    300000
    16)  pool-use-max-write                  false
    17)  proxied-auth-use-v1                 false
    18)  remote-ldap-server-address          DS-proxy1
    19)  remote-ldap-server-connect-timeout  10000
    20)  remote-ldap-server-port             3389
    21)  remote-ldap-server-read-only        false
    22)  remote-ldap-server-read-timeout     10000
    23)  remote-ldap-server-ssl-policy       never
    24)  remote-ldap-server-ssl-port         636
    25)  saturation-precision                5
    26)  ssl-client-alias                    -
    27)  ssl-key-manager-provider            -
    28)  ssl-trust-all                       false
    29)  ssl-trust-manager-provider          -

Note - Most of the advanced properties (except SSL properties) are set by default when the LDAP server extensions are created.


To modify these values, see Modifying LDAP Server Extension Properties.

The monitoring properties are related to monitoring. For information on these properties, see LDAP Data Source Monitoring Connection Properties. To modify these properties, see Modifying Monitoring of Remote LDAP Servers.

The SSL properties are security features. For information on these properties, see Configuring Security Between the Proxy and the Data Source.