Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | T1345: fix Perl error when removing RADIUS configuration | Christian Poessinger | |
2019-04-23 | T1345: specify RADIUS source IP for system login command | Christian Poessinger | |
set system login radius-source-address '172.18.201.10' | |||
2018-05-17 | Use system instead of qx | UnicronNL | |
2018-05-17 | Radius update nsswitch.conf | UnicronNL | |
2018-05-16 | Add extra configuration options for Radius | UnicronNL | |
2010-05-24 | Don't enable PAM Radius by default | Stephen Hemminger | |
The pam-config mechanism will insert Radius pam module if it is in /usr/share/pam-configs. Therefore hold off installing file until Radius really needed. | |||
2009-12-02 | Simply Radius server update | Stephen Hemminger | |
Rather than complex sed editing, just regenerate whole file. | |||
2009-11-02 | Don't want/need --package option to pam-auth-update | Stephen Hemminger | |
2009-10-30 | radius: add missing space | Stephen Hemminger | |
2009-10-30 | radius-server: shutup debconf dialog | Stephen Hemminger | |
Found better way to get rid of debconf warning by forcing non interactive. | |||
2009-10-30 | Shut up debconf when installing pam radius | Stephen Hemminger | |
Just get rid of silly debconf warnings when doing pam-auth-update | |||
2009-10-27 | Use pam-auth-update to configure radius | Stephen Hemminger | |
This keeps radius from fighting with tacacs+ | |||
2009-07-17 | Avoid rewriting radius config unless needed | Stephen Hemminger | |
Don't edit radius config unless something has changed. (cherry picked from commit 8d3f5b37ec3c728d56fadc596562025821169329) | |||
2009-07-17 | Change API for login modules | Stephen Hemminger | |
The login modules aren't really objects (if Perl really had objects), so just use dynamic invoke of update routine. (cherry picked from commit 37ba59896d4c9ac5c914d1901d86ed7e7d844871) | |||
2009-07-17 | Make Radius server work | Stephen Hemminger | |
Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828) |