Reputation: 11492
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
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