Bug 381

Summary: unable to access expired accounts using PAM with openssh-3.4P1
Product: Portable OpenSSH Reporter: Don Sudom <don.sudom>
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED DUPLICATE    
Severity: major    
Priority: P2    
Version: -current   
Hardware: UltraSPARC   
OS: Solaris   

Description Don Sudom 2002-08-07 13:40:33 AEST
Expired accounts fail with "PAM rejected by account configuration" error 
message.

I noticed that this functionality has been disabled in auth-pam.c

#if 0
		case PAM_NEW_AUTHTOK_REQD:
			message_cat(&__pam_msg, use_privsep ?
			    NEW_AUTHTOK_MSG_PRIVSEP : NEW_AUTHTOK_MSG);
			/* flag that password change is necessary */
			password_change_required = 1;
			/* disallow other functionality for now */
			no_port_forwarding_flag |= 2;
			no_agent_forwarding_flag |= 2;
			no_x11_forwarding_flag |= 2;
			break;
#endif
Comment 1 Darren Tucker 2003-01-09 22:08:52 AEDT

*** This bug has been marked as a duplicate of 423 ***
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED