Bug 17191 - pam_ssh.so is not linked against libssh.a thus missing couple of functions
Summary: pam_ssh.so is not linked against libssh.a thus missing couple of functions
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 4.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-04 23:10 UTC by pam
Modified: 2000-03-06 22:20 UTC (History)
0 users

See Also:


Attachments
file.diff (621 bytes, patch)
2000-03-04 23:10 UTC, pam
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!