summaryrefslogtreecommitdiff
path: root/lib/Vyatta/Login/RadiusServer.pm
AgeCommit message (Collapse)Author
2018-05-17Use system instead of qxUnicronNL
2018-05-17Radius update nsswitch.confUnicronNL
2018-05-16Add extra configuration options for RadiusUnicronNL
2010-05-24Don't enable PAM Radius by defaultStephen 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-02Simply Radius server updateStephen Hemminger
Rather than complex sed editing, just regenerate whole file.
2009-11-02Don't want/need --package option to pam-auth-updateStephen Hemminger
2009-10-30radius: add missing spaceStephen Hemminger
2009-10-30radius-server: shutup debconf dialogStephen Hemminger
Found better way to get rid of debconf warning by forcing non interactive.
2009-10-30Shut up debconf when installing pam radiusStephen Hemminger
Just get rid of silly debconf warnings when doing pam-auth-update
2009-10-27Use pam-auth-update to configure radiusStephen Hemminger
This keeps radius from fighting with tacacs+
2009-07-17Avoid rewriting radius config unless neededStephen Hemminger
Don't edit radius config unless something has changed. (cherry picked from commit 8d3f5b37ec3c728d56fadc596562025821169329)
2009-07-17Change API for login modulesStephen 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-17Make Radius server workStephen Hemminger
Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828)