LDAP Listener
Overview
This event handler uses the LDAP event notification mechanism to detect
changes in an LDAP directory. In order to use this event handler your LDAP
server must support the version 3 persistent
search control extension.
Configuration
See the LDAP Connector for a description
of the LDAP parameters.
Parameter |
Description |
Script Language |
The script language used to handle events |
Event Handler |
Specify script if you want the EventHandler to
call functions in your script page. Specify AssemblyLine if you want to
start an AssemblyLine for each event. The event object is passed to the
assembly line as an initial work entry. |
LDAP Connector |
The LDAP connector to use. This connector must
be defined in your connector library and provides the search base and
search filter for the objects you will be notified of. |
Run Assembly Line |
The assembly line to start if Event Handler is Run
AssemblyLine |
When an event occurs and you have specified a script handler, the appropriate
function on the script page is called with the relevant objects. Note that the
objects passed to each function depends on the event that occurred. The idleproc
function is called every 10 seconds if nothing has happened. If an error occurs
the handlError function is called. For all normal event notifications the
objAdded, objRemoved, objModified and objRenamed are called.
Downloads
Included in base product since 4.5
See Also
Event Handler Overview, Netscape
Changelog Connector
|