summaryrefslogtreecommitdiffstats
path: root/freeradius3-listpasswdfiles-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Display errtxt in listmacauthfiles and listpasswdfiles HTML viewsTed Trask2014-09-291-0/+1
| | | | | | | | (cherry picked from commit f652cfd01fd25af2bb9e3d404379b63961bd5af2) Conflicts: freeradius3-listmacauthfiles-html.lsp freeradius3-listpasswdfiles-html.lsp
* Display message in HTML views if no files foundTed Trask2014-09-291-2/+8
| | | | | | | | | (cherry picked from commit 2b91ec333e5d2f421e6d9a372c3bb18c7fee658b) Conflicts: freeradius3-listfiles-html.lsp freeradius3-listmacauthfiles-html.lsp freeradius3-listpasswdfiles-html.lsp
* Modify HTML views to use html.url_encodev0.0.1Ted Trask2014-09-221-1/+1
|
* Convert listpasswdfiles and viewpasswdfile HTML views back to older style to ↵Ted Trask2014-09-221-23/+5
| | | | match acf-core-0.17
* Add listpasswdfiles, viewpasswdfile, and editpasswdentry actions for ↵Ted Trask2014-09-141-0/+63
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