An LDAP directory server which exposes data contained in an LDIF file. This
is implementation is very simple and is only intended as an example:
- 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> <ldifFile> [<keyStoreFile> <keyStorePassword> <certNickname>]