This is a sketch of a ldap-Server written in Erlang.
- supports ldap read operations (bind and search)
- ldap version 3 support (`RFC 4511 <https://tools.ietf.org/html/rfc4511 >`_)
- no backend included (a module with callback may be given instead)
- ssl support
- Nothing
Will be proably 2-clause BSD.