[Bug 381] New: unable to access expired accounts using PAM with openssh-3.4P1

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Aug 7 13:40:40 EST 2002


http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=381

           Summary: unable to access expired accounts using PAM with
                    openssh-3.4P1
           Product: Portable OpenSSH
           Version: -current
          Platform: UltraSparc
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P2
         Component: sshd
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: don.sudom at dahlt.com


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



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list