summaryrefslogtreecommitdiffstats
path: root/freeradius3.roles
Commit message (Collapse)AuthorAgeFilesLines
* Implement editmacauthfile actionTed Trask2014-09-161-2/+2
|
* Implemented listmacauthfiles actionTed Trask2014-09-151-2/+2
| | | | Points to to-be-implemented editmacauthfile action
* Implement deletepasswdentry actionTed Trask2014-09-151-2/+2
|
* Implement createpasswdentry and editpasswd actionsTed Trask2014-09-151-2/+2
| | | | There are known problems with handling blank passwords and redirecting to viewpasswdfile
* Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵Ted Trask2014-09-141-2/+2
| | | | | | | | 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/+3
Included support for status/startstop/logfile and list/edit/create/delete files