/Flexinets.Ldap.Server

Basic LDAP server for .Net. Parse and assemble LDAP packets

Primary LanguageC#MIT LicenseMIT

Semi working LDAP server for .NET Standard with pluggable backend.
No intentions of supporting the whole RFC, just needed features like search and authentication.
Ldap packet parser and assembler.

This server can be used to support legacy applications that require an LDAP backend. The use cases are for example, authentication (Ldap bind) or user/membership lookup against an arbitrary database.

Build status