Simple LDAP Server supporting Bind Authentication in C#
Looking for a prototype in C# of an LDAP server that only needs to allow simple BIND authentication. It would be a sockets application that would allows users to authenticate with standard LDAP clients (like Softerra) to this service. For the prototype, usernames and passwords could be hard coded.
