summaryrefslogtreecommitdiffstats
path: root/freeradius3-viewpasswdfile-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Modify HTML views to use html.url_encodev0.0.1Ted Trask2014-09-221-3/+3
|
* Convert listpasswdfiles and viewpasswdfile HTML views back to older style to ↵Ted Trask2014-09-221-15/+11
| | | | match acf-core-0.17
* Modify passwd actions to detect readonly files and prevent modificationTed Trask2014-09-161-1/+11
| | | | If you edit the file with editfile, the permissions will be changed to readwrite, making the file editable
* Implement deletepasswdentry actionTed Trask2014-09-151-1/+5
|
* Implement createpasswdentry and editpasswd actionsTed Trask2014-09-151-6/+19
| | | | There are known problems with handling blank passwords and redirecting to viewpasswdfile
* Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵Ted Trask2014-09-141-0/+58
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