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:
Download it from https://backstage.forgerock.com/#/downloads/enterprise
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):
Run the integration tests and see if you get some errors. If not, have fun! ;)