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

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

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`
```