summaryrefslogtreecommitdiffstats
path: root/freeradius3-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Change Freeradius to FreeRADIUSTed Trask2014-09-291-2/+2
|
* Implement editmacauthfile actionTed Trask2014-09-161-0/+4
|
* Implemented listmacauthfiles actionTed Trask2014-09-151-0/+4
| | | | Points to to-be-implemented editmacauthfile action
* Implement deletepasswdentry actionTed Trask2014-09-151-0/+4
|
* Implement createpasswdentry and editpasswd actionsTed Trask2014-09-151-0/+8
| | | | There are known problems with handling blank passwords and redirecting to viewpasswdfile
* Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵Ted Trask2014-09-141-0/+12
| | | | | | | | managing passwd files We obtain the config by running 'radiusd -XC' and parsing the result passwd files are parsed/displayed based upon the format defined in freeradius config Use posix.crypt to set encrypted password generating salt from /dev/urandom, defaulting to SHA-512
* Initial commit for freeradius3 ACFTed Trask2014-08-221-0/+29
Included support for status/startstop/logfile and list/edit/create/delete files