Age | Commit message (Collapse) | Author |
|
This is an alternative version of the rollback for unsaved vyatta
user changes. Instead of identifying users by group, assume all users
whose login shell is vbash must exist in configuration.
|
|
This implements rollback for users that were added during a previous
configuration (and committed), but were never saved into configuration.
Bug: 4528
|
|
Part of bug fix for password sync (Bz 4528)
|
|
(this shows up when loading a start-up config that has root password defined right after install)
(cherry picked from commit db1d2bfe95a35eb964acb335e74f8b8ae427ae92)
|
|
The login modules aren't really objects (if Perl really had objects), so
just use dynamic invoke of update routine.
|
|
Missing config setup.
|
|
Use a wrapper script in vyatta_update_login.pl and per login method
objects for the update.
|