Bug 17191

Summary: pam_ssh.so is not linked against libssh.a thus missing couple of functions
Product: Base System Reporter: pam <pam>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description pam 2000-03-04 23:10:01 UTC
pam_ssh.so module incorporated into FreeBSD distribution together with OpenSSH, is not linked against libssh.a,
but relies upon functions like ssh_get_authentication_connection(). 
Attempt to use this module will result in:
login: unable to dlopen(/usr/lib/pam_ssh.so)
login: [dlerror: /usr/lib/pam_ssh.so: Undefined symbol "ssh_get_authentication_connection"]
syslog messages

How-To-Repeat: add:
login	auth 	sufficient	pam_ssh.so
to the /etc/pam.conf and try to login
Comment 1 cpiazza freebsd_committer freebsd_triage 2000-03-06 22:19:27 UTC
State Changed
From-To: open->closed

peter committed your patch, thanks!