Examples and Integration tests setup:

This project has some examples and unit tests which rely on a locally running Ldap server instance.

The following sections will guide you of how to set this up properly:

We are using the default OpenDJ installation which comes with test data. The .Domain project contains entities which reflect the test data (mappings) and also the setup/configuration to your Ldap server (DomainSetup.cs).
Both, the website and the integration tests are using those.

To set it up properly you might have to:

1. Download OpenDJ 2.6.0 or higher

Download it from https://backstage.forgerock.com/#/downloads/enterprise

2. Install OpenDJ

Follow the installation instructions on the web site to install OpenDJ with the default installer and also create the sample dataset!
Simplified instructions (for Windows installer):

3. Run

Run the integration tests and see if you get some errors. If not, have fun! ;)