shadow-maint/shadow

Can't log in with new users in shadow-4.14.1-1

mixin82 opened this issue · 1 comments

After upgrading shadow-4.14.0-4 to shadow-4.14.1-1 new users created with useradd can't log in.
If I downgrade it back, everything is fine.
Steps to reproduce:

  • useradd -m tmp
  • passwd tmp
  • try to log in with that password

After a closer look, new user gets assigned to /usr/bin/bash which is not present in my /etc/shells (in fact, /etc/default/useradd has SHELL set as /usr/bin/bash).
I'm using Arch Linux.

Closing as this is Arch specific (and my fault for not having merged updates to /etc/shells).