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

layeh/google-apps-radius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RADIUS server that authenticates against a Google Apps domain.

Resources

License

Stars

Watchers

Forks

Packages

No packages published