From nobody@FreeBSD.org  Wed Feb 21 20:40:05 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 391B037B65D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Feb 2001 20:40:05 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1M4e5I02351;
	Wed, 21 Feb 2001 20:40:05 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200102220440.f1M4e5I02351@freefall.freebsd.org>
Date: Wed, 21 Feb 2001 20:40:05 -0800 (PST)
From: wing@cert.org.tw
To: freebsd-gnats-submit@FreeBSD.org
Subject: Wrong pkg-message for /etc/pam.conf in proftpd 1.2-rc3
X-Send-Pr-Version: www-1.0

>Number:         25274
>Category:       ports
>Synopsis:       Wrong pkg-message for /etc/pam.conf in proftpd 1.2-rc3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mharo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 21 20:50:00 PST 2001
>Closed-Date:    Mon Feb 26 13:25:35 PST 2001
>Last-Modified:  Mon Feb 26 13:26:18 PST 2001
>Originator:     Biing Jong Lin
>Release:        4.2-STABLE
>Organization:
Science and Technology Information Center
>Environment:
FreeBSD camera 4.2-STABLE FreeBSD 4.2-STABLE #6: Tue Feb 20 15:07:53 GMT 2001     root@camera:/usr/src/sys/compile/camera  i386
>Description:
proftpd requires update of pam.conf to work properly.
old pkg-messages remind user to update /etc/pam.conf, like:

###
As of proftpd 1.2.0p5 and later, you need to edit /etc/pam.conf to add
support for ftp.  To do so, add the following two lines to this file:

ftp auth    required    pam_unix.so         try_first_pass
ftp account required    pam_unix.so         try_first_pass
###

but according to README.PAM in proftpd 1.2-rc3, it should be:
ftp auth    required    pam_unix.so         try_first_pass
ftp account required    pam_unix.so         try_first_pass
ftp session required    pam_permit.so

>How-To-Repeat:

>Fix:
put the following lines into pkg-message:

ftp auth    required    pam_unix.so         try_first_pass
ftp account required    pam_unix.so         try_first_pass
ftp session required    pam_permit.so
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->mharo 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun Feb 25 18:12:20 PST 2001 
Responsible-Changed-Why:  
Over to port's maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25274 
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Mon Feb 26 13:25:35 PST 2001 
State-Changed-Why:  
oops.  thanks for catching that! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25274 
>Unformatted:
