Bug 29897

Summary: [patch] pam_unix(8) loginclass passwd_prompt
Product: Base System Reporter: Ilmar S. Habibulin <ilmar>
Component: binAssignee: Dag-Erling Smørgrav <des>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ilmar S. Habibulin 2001-08-20 12:40:02 UTC
	We have "prompt"(login_prompt in login.conf(5) - error!) and "passwd_prompt"
loginclass capabilities, which should be read and presented by login(1). But only
"prompt" works in PAM environment, because authentification module pam_unix(8) doesn't
know about such capabilities. So i made a patch, that make pam_unix know about them
(about only one - passwd_prompt of cause).

Fix: Just simple patch below or on http://www.watson.org/~ilmar/download/pam_unix.patch

How-To-Repeat: 	Nothing to repeat. ;-)
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2002-01-30 12:42:20 UTC
Responsible Changed
From-To: freebsd-bugs->markm

Over to PAM maintainer.
Comment 2 Mark Murray freebsd_committer freebsd_triage 2005-03-28 14:00:57 UTC
Responsible Changed
From-To: markm->des

Over to Mr PAM.
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2014-06-05 21:02:41 UTC
This was added by markm@ in r184507.