/google-apps-radius

RADIUS server that authenticates against a Google Apps domain.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

google-apps-radius

This is a RADIUS server that authenticates against a Google Apps domain. It was developed for use with pfSense's captive portal.

Installing

Installation can be done via npm:

npm install -g google-apps-radius

Usage

Usage: google-apps-radius --address <address> --port [port] --domain <domain> --secret <secret>

Options:
  --domain   [required]
  --secret   [required]
  --port     [default: 1812]
  --address  [default: "0.0.0.0"]

Known limitations

  • Only supports RADIUS PAP (password authentication protocol)

Author

Tim Cooper <tim.cooper@layeh.com>

License

GPLv3