Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21803 - courier-imap-1.7.3 authmods adding authvchkpw incorrectly
Summary: courier-imap-1.7.3 authmods adding authvchkpw incorrectly
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-27 20:00 UTC by Tim Schafer
Modified: 2003-09-25 18:32 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 Tim Schafer 2003-05-27 20:00:54 UTC
The ebuild will add authvchkpw to ${authmods} always (since vpopmail account
always exists, from baselayout)

[ -n "${VPOPMAIL_DIR}" ] && authmods="${authmods} authvchkpw"

should be changed to:

[ -f ${VPOPMAIL_DIR}/etc/lib_deps ] && authmods="${authmods} authvchkpw"



Perhaps the conditional setting of VPOPMAIL_ERROR
should also be dependant on [ -f ${VPOPMAIL_DIR}/etc/lib_deps ]
as apposed to [ -d "${VPOPMAIL_DIR}" ]
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-05-28 05:26:06 UTC
Ok, I've fixed this properly now. I messed up when I fixed it before.
Please test it.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-25 18:32:12 UTC
closing again
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-25 18:32:19 UTC
closing again