Hi everyone! For the past year I've been working on a simple LDAP server for user management, targeted at self-hosted servers.
The idea is that OpenLDAP is a pain to install, configure and manage, and on top of that you need a frontend if you want a web UI.
LDAP instead provides a minimalistic LDAP server that supports the subset of LDAP needed for user management and authentication, with almost no configuration required, and a nice UI/API in front of it.
We just released version 0.4 (and 0.3 actually) and it should now be stable enough to use it yourself!
We've had some people using it for tests as well.
Currently I'm trying to learn to be more productive with LDIF honestly is much simpler than I thought. It's a great way to do bulk changes and handy in scripts, but it's not a sensible way to do everyday interactions. Right now there aren't many good tools, Apache Directory Studio is rather nice, but feels old fashion and not the kind of tool you'd want people to interact with on a daily basis... Unless they understand a bit about how LDAP works.
It really nice to see a new LDAP project, especially one that more focus on making the protocol more accessible.
For those who need something simple there's also the OpenBSD LDAP daemon, which also works pretty well.