Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

21 lines (17 loc) · 1.01 KB

Changelog

0.3.0

  • Userborn now calls libxcrypt directly via the xcrypt crate instead of shelling out to mkpasswd. This enables us to not change the password hash when a plaintext password is provided. We now check whether the password from the config matches the hashed password and then re-use the salt instead of generating a new salt. Please note that this changes nothing about the security posture of Userborn. If you provide a plaintext password to Userborn, there is nothing Userborn can do to protect it from leaking.
  • You can now configure the path to the nologin binary via the compile-time environment variable USERBORN_NO_LOGIN_DEFAULT_PATH and the runtime variable USERBORN_NO_LOGIN_PATH. These values are used when no explicit shell is provided in the user config.

0.2.0

  • /etc/{group,passwd,shadow} are now sorted by GID/UID. This follows the behaviour of systemd-sysusers, update-users-groups.pl and generally what the shadow package does, most notably pwck --sort.