Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66286 - qpopper & pam_pwdb.so, collission with courier-imap
Summary: qpopper & pam_pwdb.so, collission with courier-imap
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-04 01:16 UTC by Thomas
Modified: 2004-10-04 10:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas 2004-10-04 01:16:18 UTC
The packages courier-imap and qpopper collide in /etc/pam.d/pop3. The version from qpopper is broken because it uses pam_pwdb.so. The version from courier-imap works fine.

Reproducible: Always
Steps to Reproduce:
1. install and use qpopper - this does not work because it uses pam_pwdb.so which does not exist
2. emerge courier-imap, /etc/pam.d/pop3 is usable, qpopper starts to work
3. re-emerge qpopper, /etc/pam.d/pop3 is messed up again
4. re-emerge courier-imap, qpopper works again

Actual Results:
Comment 1 Tuan Van (RETIRED) gentoo-dev 2004-10-04 10:27:43 UTC
emerge sys-libs/pam with "pwdb" useflag will install pam_pwdb.so

# emerge pam -vp
...
[ebuild   R   ] sys-libs/pam-0.77-r1  +berkdb -debug +pwdb (-selinux) 0 kB
...

# qpkg -l pam | grep pam_pwdb.so
/lib/security/pam_pwdb.so

If you don't want to use pam's pwdb then modify your /etc/pam.d/pop3 to suit yourself.

http://www.linuxdocs.org/HOWTOs/User-Authentication-HOWTO/x101.html