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:
OnBindSuccess. Evaluated when a client successfully completes a bind operation.
OnSSLEstablished. Evaluated when a client successfully established an SSL session.
In Directory Proxy Server 7.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 7.0.
Table 7–17 Mapping Between Event Attributes and Connection Handler Properties|
Directory Proxy Server 5.2 Attribute |
Directory Proxy Server 7.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 |