summaryrefslogtreecommitdiffstats
path: root/freeradius3-viewpasswdfile-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Add links from editmacauthfile and viewpasswdfile HTML views to editfileTed Trask2014-09-301-1/+14
| | | | | | | | | | (cherry picked from commit d5363dd01400989078c25d355390ce1d34f5a8b1) Conflicts: freeradius3-editmacauthfile-html.lsp freeradius3-viewpasswdfile-html.lsp Also added displaycommandresults to avoid errors on second attempt
* Fix label for viewpasswdfileTed Trask2014-09-291-1/+1
|
* 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