Age | Commit message (Collapse) | Author |
|
(cherry picked from commit b39ed5b1c8b85402770305efa6b2248df3440db1)
|
|
Previous commit "More fixes to standalone password reset" incorrectly
parsed fields in the Vyatta config file.
(cherry picked from commit 9a08473ae6abb2aec0e51c758f0712ac91c27de9)
|
|
Previous changes introduced lots of typos.
|
|
Add checks to see if Vyatta configuration even exists and might
be missing pieces needed to recover.
Add ability to recover totally missing account, if the config file
is intact.
|
|
(cherry picked from commit 852e99ad758daa6db8f47fa0b3610e8ddf884f7a)
|
|
|
|
Conflicts:
scripts/standalone_root_pw_reset
|
|
Handle case of running in standalone where there is no /dev/tty.
Handle both formats in configuration file
Bugfix 3844
|
|
Conflicts:
scripts/install-system
scripts/standalone_root_pw_reset
|
|
Now that root is gone, only the vyatta account should be reset
|
|
|
|
Corollary to earlier bugfix in install-system
|
|
Put in new code to set password, rather than reset it to default
Although resetting passwd to default sounds good from a usuablity point
of view, it is a potential security hole when system is rebooted. Instead,
allow user to choose new passwd.
|
|
Rather than resetting to factory default which continues
possible remote security hole, prompt (twice) for new value.
|
|
Accept an encrypted-password field with or without a trailing colon character.
|
|
Fix some typos in standalone_root_pw_reset.
|
|
logger depends on syslogd which isn't running in standalone mode.
So just format message directly to messages and auth.log
|
|
Use the logger program to get the proper logging format
and message priorities (rather than blindly echoing to /var/log/messages)
|
|
Address the problems in bugs 3398 and 3399 as well as some
left over stuff from VC 3.0.
|
|
Replace references to VPL 1.0 with GPLv2
|
|
ofr-eureka/rl-system.
(this is the "mess-with-your-system-config" package.)
|