a lightweight radius server written in go which uses ldap as authentication source
Go
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
README.md
config_example.gcfg
ldap.go
main.go
main_test.go
radius.go

README.md

ldap-radius

A lightweight radius server written in go which uses ldap as authentication source.

To configure you have to modify config_example.gcfg and copy it to config.gcfg.

To build it, just rungo build in the source directory.