Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jiegec/daccountd
- Owner: jiegec
- Created: 2021-02-13T10:49:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:50:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T22:49:19.490Z (3 months ago)
- Topics: etcd, go, ldap
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.