Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 554 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 554 Bytes

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