| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
(cherry picked from commit d5363dd01400989078c25d355390ce1d34f5a8b1)
Conflicts:
freeradius3-editmacauthfile-html.lsp
freeradius3-viewpasswdfile-html.lsp
Also added displaycommandresults to avoid errors on second attempt
|
| |
|
| |
|
|
|
|
| |
match acf-core-0.17
|
|
|
|
| |
If you edit the file with editfile, the permissions will be changed to readwrite, making the file editable
|
| |
|
|
|
|
| |
There are known problems with handling blank passwords and redirecting to viewpasswdfile
|
|
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
|