Bug 39904

Summary: pam_access fails with wu-ftpd
Product: [Retired] Red Hat Linux Reporter: Alain D D Williams <addw>
Component: pamAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED DUPLICATE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-09 16:33:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alain D D Williams 2001-05-09 16:33:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.4-addw1 i686; en-US; 0.8.1)
Gecko/20010425

Description of problem:
pam_access fails with wu-ftpd, unresolved symbols.

How reproducible:
Always

Steps to Reproduce:
Insert into /etc/pam.d/ftp the following line:
auth       required     /lib/security/pam_access.so

Try to do a ftp login to the machine.

Actual Results:  I can't login and in /var/log/messages I find:
May  9 13:37:46 springbok ftpd[4016]: PAM unable to resolve symbol:
pam_sm_authenticate
May  9 13:37:46 springbok ftpd[4016]: PAM unable to resolve symbol:
pam_sm_setcred
May  9 13:37:48 springbok ftpd[4016]: failed login from
localhost.localdomain [127.0.0.1]
May  9 13:37:49 springbok ftpd[4016]: FTP session closed


Expected Results:  I would have expected to be able to login

Additional info:

It also seems to happen when I put the line into the /etc/pam.d/login file.
The machine in a reasonably clean install, the only major addition is the
latests ximian desktop.

Comment 1 Bill Nottingham 2001-05-09 20:47:30 UTC

*** This bug has been marked as a duplicate of 39855 ***