Skip to content
Commit a9f5e77e authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

update-users-groups.pl: Generate hashed passwords internally

I.e. don't call "passwd" to update /etc/shadow from the "password"
option. This has the side-effect of not updating the password if
mutableUsers = true (since the code path for "hashedPassword" has a
check for mutableUsers).

Fixes #4747.
parent 919ed144
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment