Bug 14842

Summary: PAM's pam_unix.so does not load libcrypt.so itself
Product: Base System Reporter: robertw <robertw>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   

Description robertw 1999-11-12 14:00:00 UTC
Because the pam_unix.so does not load libcrypt.so, it forces applications using that PAM to load libcrypt.so. 

It should load libcrypt.so itself, instead of assuming that the main program links with libcrypt.so.

Fix: 

Have mod_unix.so load libcrypt.so itself.
How-To-Repeat: Any program that uses PAM that does not link with libcrypt.so (for example Courier-IMAP)
Comment 1 ru freebsd_committer freebsd_triage 2000-01-02 11:40:39 UTC
State Changed
From-To: open->closed

Fixed in src/lib/libpam/modules/pam_unix/Makefile, 
rev 1.4 (-current) and rev 1.2.2.2 (-stable).