Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jiegec/daccountd

A distributed LDAP server backed by etcd.
https://github.com/jiegec/daccountd

etcd go ldap

Last synced: 2 months ago
JSON representation

A distributed LDAP server backed by etcd.

Awesome Lists containing this project

README

        

# daccountd

A distributed LDAP server backed by etcd.

## Features

Implemented features:

1. Basic operations(add, delete, modify and search)
2. StartTLS
3. Automatic encrypt `userPassword` using crypt(5)
4. [LDAP Password Modify Extended Operation](https://tools.ietf.org/html/rfc3062)

## Permission

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.