Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31506 - PAM support broken in net-mail/popa3d
Summary: PAM support broken in net-mail/popa3d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ian Leitch (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 07:08 UTC by Robert Kerr
Modified: 2003-10-21 19:34 UTC (History)
1 user (show)

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 Robert Kerr 2003-10-19 07:08:54 UTC
A bug in the ebuild means that when popa3d is built with USE pam it claims to be
selecting PAM as it's authentication method but actually defaults to shadow
based authentication.

The problem is lines 127 & 128 of popa3d-0.6.2.ebuild - they try to match a
space where params.h actually contains a tab character. Fixing these 2 lines
results in a build with fully functionign PAM support.

Reproducible: Always
Steps to Reproduce:
Comment 1 Ian Leitch (RETIRED) gentoo-dev 2003-10-21 19:34:08 UTC
Fixed in CVS.
Thanks for pointing that one out..

Regards,
Ian.