https://github.com/mdbarr/dapper
Schema-less LDAP and Radius Server for small organizations
https://github.com/mdbarr/dapper
Last synced: 8 days ago
JSON representation
Schema-less LDAP and Radius Server for small organizations
- Host: GitHub
- URL: https://github.com/mdbarr/dapper
- Owner: mdbarr
- License: mit
- Created: 2018-12-13T14:50:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:51:41.000Z (over 3 years ago)
- Last Synced: 2025-02-12T20:06:51.286Z (over 1 year ago)
- Language: JavaScript
- Size: 2.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dapper
Schema-less LDAP and Radius Server for small organizations
## Install
```bash
yarn install
# When not running in docker:
sudo setcap cap_net_raw,cap_net_bind_service=+ep `which node`
```