An LDAP load balancing proxy which forwards requests to one or more remote
Directory Servers. This is implementation is very simple and is only intended
as an example:
- It does not support SSL connections
- It does not support StartTLS
- It does not support Abandon or Cancel requests
- Very basic authentication and authorization support.
This example takes the following command line parameters:
<listenAddress> <listenPort> <proxyDN> <proxyPassword> <remoteAddress1> <remotePort1>
[<remoteAddress2> <remotePort2> ...]