This is a LDAP server library written in C#. It aims to implement basic LDAP functionalities required for lookups and authentication, and is used by Gatekeeper.
- BindRequest
- UnbindRequest
- SearchRequest
- ExtendedRequest
You can get this library via Nuget: https://www.nuget.org/packages/Gatekeeper.LdapServerLibrary
See the "Sample" folder for a sample on how to use this library.