Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Authentick/LdapServerLibrary

Repository files navigation

LDAP Server Library for .NET

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.

Supported

  • BindRequest
  • UnbindRequest
  • SearchRequest
  • ExtendedRequest

Get via NuGet

You can get this library via Nuget: https://www.nuget.org/packages/Gatekeeper.LdapServerLibrary

Sample

See the "Sample" folder for a sample on how to use this library.