summaryrefslogtreecommitdiff
path: root/lib/Vyatta/Login
AgeCommit message (Collapse)Author
2009-09-11Delete vyatta users not in configurationStephen Hemminger
This implements rollback for users that were added during a previous configuration (and committed), but were never saved into configuration. Bug: 4528
2009-09-11Add operators to vyattaop groupStephen Hemminger
Part of bug fix for password sync (Bz 4528)
2009-07-29fix undefined array refAn-Cheng Huang
(this shows up when loading a start-up config that has root password defined right after install) (cherry picked from commit db1d2bfe95a35eb964acb335e74f8b8ae427ae92)
2009-06-02Avoid rewriting radius config unless neededStephen Hemminger
Don't edit radius config unless something has changed.
2009-06-02Change 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.
2009-06-02Make Radius server workStephen Hemminger
Translate radius-server to Vyatta::Login::RadiusServer
2009-06-01Fix User Login configuratorStephen Hemminger
Missing config setup.
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.