Merp4 / Flexinets.Ldap.Server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 100.0%