Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765109 - Cannot change password on dev.gentoo.org
Summary: Cannot change password on dev.gentoo.org
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Developer account issues (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
: 765154 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-01-12 15:14 UTC by Akinori Hattori
Modified: 2021-01-17 20:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Akinori Hattori gentoo-dev 2021-01-12 15:14:34 UTC
$ passwd
Enter login(LDAP) password: 
passwd: Module is unknown
passwd: password unchanged

It seems that /etc/pam.d/system-auth needs to update due to pam_cracklib is replaced by pam_passwdqc.
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2021-01-12 20:14:18 UTC
*** Bug 765154 has been marked as a duplicate of this bug. ***
Comment 2 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2021-01-12 20:18:38 UTC
Hm, it seems to me we are not shipping our /etc/pam.d/system-auth file with puppet (which is sad). I have replaced the password module manually, can you please confirm that it works correctly? (as per calls it seems fine, but I wanna more testing)
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2021-01-12 22:14:25 UTC
Works for me now, thanks.
Comment 4 Akinori Hattori gentoo-dev 2021-01-13 14:07:30 UTC
It works, thanks.