A distributed LDAP server backed by etcd.
Implemented features:
- Basic operations(add, delete, modify and search)
- StartTLS
- Automatic encrypt
userPassword
using crypt(5) - LDAP Password Modify Extended Operation
Root user has dn uid=root
. Root password is written in config.toml
with crypt(5).
Other users can only modify their own entries after bind.