Activity log for bug #1435632

Date Who What changed Old value New value Message
2015-03-24 01:39:18 David Leonard bug added bug
2015-03-24 01:39:18 David Leonard attachment added simple fix for disabled accounts https://bugs.launchpad.net/bugs/1435632/+attachment/4354024/+files/crypt.patch
2015-03-24 01:39:37 David Leonard description When authenticating some users, tac_plus will check system passwords, and crash of the account is disabled. To reproduce: set the system password (/etc/shadow) of a tac+ authenticated user to "!"; then try authenticating from a remote client (in my case with pam_tacplus); the tac_plus server will fault inside strcmp; first parameter passwd to strcmp is (NULL, ...) because crypt(,"!") returned NULL. Patch attached. When authenticating some users, tac_plus will check system passwords, and crash if the account is disabled. To reproduce: set the system password (/etc/shadow) of a tac+ authenticated user to "!"; then try authenticating from a remote client (in my case with pam_tacplus); the tac_plus server will fault inside strcmp; first parameter passwd to strcmp is (NULL, ...) because crypt(,"!") returned NULL. Patch attached.
2015-03-24 04:27:27 Ubuntu Foundations Team Bug Bot tags patch
2015-03-24 04:27:33 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team