gyurisc
gyurisc

Reputation: 11492

Responding to LDAP queries in a .NET Server

I am looking for a small sample demonstrating how to respond to incoming LDAP queries.

Is there any such sample available that would demonstrate such thing? Is there functionality built in the .NET Framework library?

Upvotes: 1

Views: 1423

Answers (1)

Terry Gardner
Terry Gardner

Reputation: 11134

If your LDAP client requires a full server installation, OpenLDAP might be satisfactory. If the client can be tested with an in-memory server (which will not require a full server installation yet provides a fully-functional LDAP server installation), use the in-memory server provided by the UnboundID LDAP SDK.

Upvotes: 1

Related Questions