Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 698 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 698 Bytes

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 <[email protected]>

License

GPLv3