summaryrefslogtreecommitdiff
path: root/lib/Vyatta/Login/Radius.pm
AgeCommit message (Collapse)Author
2019-04-23T1345: fix Perl error when removing RADIUS configurationChristian Poessinger
(cherry picked from commit ac13c77d7ddd607b32f5948560bfe41cb2dcd756)
2019-04-19T1345: specify RADIUS source IP for system login commandChristian Poessinger
2019-04-19T1344: rename RADIUS 'secret' attribute to 'key'Christian Poessinger
'key' is also used for L2TP and PPTP RADIUS configurations.
2019-04-18T1344: rename RADIUS 'system login' nodesChristian Poessinger
In order to prepare for adding a RADIUS source IP address and synchronize the syntax with L2TP/PPTP the nodes have been renamed from: set system login radius-server x.x.x.x to set system login radius server x.x.x.x
2009-07-17Make Radius server workStephen Hemminger
Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828)
2009-06-01Change how system login update worksStephen Hemminger
Use a wrapper script in vyatta_update_login.pl and per login method objects for the update.