Bug 26093

Summary: pam_unix rejects authenticating accounts with empty passwords
Product: Base System Reporter: voland <voland>
Component: binAssignee: Mark Murray <markm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description voland 2001-03-26 15:00:02 UTC
	pam_unix rejects authenticating accounts where password field is
empty. This happens because the password it gets from a client gets
crypt'ed irrespectively of whether the password field obtained from the
master.passwd is empty or not.

Fix: The following patch fixes the problem:
How-To-Repeat: 
	Create an account with empty password field in the master.passwd
file and try ssh'ing to the host if sshd uses PAM authentication.
Comment 1 dd freebsd_committer freebsd_triage 2001-04-29 03:23:54 UTC
Responsible Changed
From-To: freebsd-bugs->markm

markm said something along the lines of fixing this (this one includes a patch, Mark).
Comment 2 Max Khon freebsd_committer freebsd_triage 2004-11-05 14:47:47 UTC
State Changed
From-To: open->closed

Fixed in RELENG_4 rev. 1.4.2.4. 
Does not exist in RELENG_5 or HEAD.