Skip to content

adrum/docker-nginx-auth-radius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use NGINX Auth Server backed by RADIUS server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published