Bug#203222: libpam-modules: Can't change expired password with NIS

2005-04-24 Thread Fabian Knittel
Hi Sam, On Thu, Jul 31, 2003 at 03:43:50PM -0400, Sam Hartman wrote: [...] Which is exactly the problem. pam_unix should only work with /etc/shadow or NIS for the passwd entry point. If getpwnam is used, it might get far enough to try and change the password of an ldap account or something

Bug#203222: libpam-modules: Can't change expired password with NIS

2005-04-24 Thread Sam Hartman
Understood. I am sorry that NIS is so broken. I just don't have time to support NIS. I do believe upgrading to 0.78 post-sarge is important. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#203222: libpam-modules: Can't change expired password with, NIS

2005-03-08 Thread Pat Suwalski
This patch definitely fixes the problem over here with pam 0.76. Sam, I find your logic to confusing as well: IT is wrong for it to call getpwnam because it cannot change the password of an account unless it exists in some system that pam_unix.so understands. pam_unix understands NIS and that