-
Notifications
You must be signed in to change notification settings - Fork 2
Basic docker container for a FreeRADIUS instance. Way insecure.
License
bryce-gibson/docker-freeradius
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FreeRADIUS ========== Basic Docker container for FreeRADIUS. Configured to run FreeRADIUS and expose the Radius port. Users are defined in the users file. By default there is `admin:password`. The start.sh script will also take user details from env and add them as users. Eg running this container with `-e RADIUS_USER_test=password` will add a user with the username "test" and the password "password". The FreeRADIUS config will allow anyone to access it with the secret `testing123`. The /etc/freeradius directory is exposed as a volume, and FreeRADIUS will reload if it receives a SIGHUP. In combination this means you can modify files in the volume, and then `pkill -HUP freeradius` (approximate, tweak as needed) to make more enthusiastic modifications to the FreeRADIUS configuration. _None of this is even fractionally secure, it's just meant for dev purposes._
About
Basic docker container for a FreeRADIUS instance. Way insecure.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published