Thomas Tuegel 3dc6168b31 Properly escape passwords sent to chpasswd
The mutableUsers feature uses `chpasswd` to set users passwords.
Passwords and their hashes were being piped into the program using
double quotes ("") to escape. This causes any `$` characters to be
expanded as shell variables. This is a serious problem because all the
password hash methods besides DES use multiple `$` in the hashes. Single
quotes ('') should be used instead to prevent shell variable expansion.
2014-02-10 08:16:22 -06:00
..
2013-10-30 18:47:43 +01:00
2013-10-30 18:47:43 +01:00
2013-10-30 18:47:43 +01:00
2013-11-12 13:48:30 +01:00
2014-01-06 18:27:07 +01:00