Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 717 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 717 Bytes

docker-nginx-auth-radius

This repo compiles an nginx server with radius auth.

How To Use

Create a conf folder and initialize default vhost and radius server settings. Then mount inside docker container. See docker-compose.yml

ENV

RADIUS_SERVER_URL=192.168.1.1:1812
RADIUS_SERVER_SECRET=super-secret
RADIUS_SERVER_AUTH_METHOD=#One of: PAP CHAP MSCHAP MSCHAP2 EAPMD5

INFO

I've used this as an auth_request module server:

https://www.0ink.net/2019/05/10/nginx_mod_authrequest.html

Thanks