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

Document Information

Preface

1.  Upgrading and Migrating to Directory Server Enterprise Edition to Version 11g Release 1 (11.1.1.5.0)

Upgrade and Migration Paths

Part I Patching Directory Server Enterprise Edition 7 to 11g Release 1 (11.1.1.5.0)

2.  Patching Directory Server Enterprise Edition 7 to Version 11g Release 1 (11.1.1.5.0)

Part II Upgrading Directory Server Enterprise Edition 6 to 11g Release 1 (11.1.1.5.0)

3.  Upgrading Directory Server Enterprise Edition 6 to Version 11g Release 1 (11.1.1.5.0)

Part III Migrating Directory Server Enterprise Edition 5.2 to Version 11g Release 1 (11.1.1.5.0)

4.  Overview of the Migration Process for Directory Server

5.  Automated Migration Using the dsmig Command

6.  Migrating Directory Server Manually

7.  Migrating a Replicated Topology

8.  Architectural Changes in Directory Server Since Version 5.2

9.  Migrating Directory Proxy Server

Mapping the Global Configuration

Mapping the Global Security Configuration

Managing Certificates

Access Control on the Proxy Configuration

Mapping the Connection Pool Configuration

Mapping the Groups Configuration

Mapping the Group Object

Mapping the Network Group Object

Mapping Bind Forwarding

Mapping Operation Forwarding

Mapping Subtree Hiding

Mapping Search Request Controls

Mapping Compare Request Controls

Mapping Attributes Modifying Search Requests

Mapping Attributes Restricting Search Responses

Mapping the Referral Configuration Attributes

Mapping the Server Load Configuration

Mapping the Properties Configuration

Attribute Renaming Property

Forbidden Entry Property

LDAP Server Property

Load Balancing Property

Monitoring Backend Servers

Search Size Limit Property

Log Property

Mapping the Events Configuration

Mapping the Actions Configuration

Configuring Directory Proxy Server 11g Release 1 (11.1.1.5.0) as a Simple Connection-Based Router

10.  Migrating Identity Synchronization for Windows

Index

Mapping the Events Configuration

Directory Proxy Server 5.2 event objects are used to specify conditions that Directory Proxy Server should evaluate at predetermined states.

Two types of event objects are supported:

In Directory Proxy Server 11g Release 1 (11.1.1.5.0), events are implemented as properties of a connection handler. Use the dpconf command to set these properties. For example, run the following command to set the authentication methods for the connection handler:

$ dpconf set-connection-handler-prop connection-handler-name \ 
 allowed-auth-methods:anonymous allowed-auth-methods:sasl allowed-auth-methods:simple

In Directory Proxy Server 5.2, these configuration attributes are stored under ids-proxy-con-Config-Name=user-defined-name,ou=system,ou=dar-config,o=netscaperoot.

The following table maps the version 5.2 event configuration attributes to the corresponding properties in Directory Proxy Server 11g Release 1 (11.1.1.5.0).

Table 9-17 Mapping Between Event Attributes and Connection Handler Properties

Directory Proxy Server 5.2 Attribute
Directory Proxy Server 11g Release 1 (11.1.1.5.0) Property
ids-proxy-sch-OnBindSuccessRule
bind-dn-filters
ids-proxy-con-ssl-required
is-ssl-mandatory
ids-proxy-con-bind-anonymous
allowed-auth-methods:anonymous
ids-proxy-con-bind-simple
allowed-auth-methods:simple
ids-proxy-con-bind-sasl
allowed-auth-methods:sasl