mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
The chpasswd command had no custom pam configuration, so the fallback "other.conf" was used. As this command is non-interactive, this lead to a "PAM: Authentication failure" error after waiting some seconds. This fixes bug #10209 https://bugs.alpinelinux.org/issues/10209
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
auth sufficient pam_rootok.so
|
|
account include base-account
|
|
password include base-password
|