Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129170 - Enable sasldb auth mechanism for saslauthd in cyrus-sasl
Summary: Enable sasldb auth mechanism for saslauthd in cyrus-sasl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 12:41 UTC by Gary Richards
Modified: 2006-05-30 08:54 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 Gary Richards 2006-04-07 12:41:11 UTC
Hi,

Is it possible to either enable by default or to give a way to enable (maybe a use flag?) the sasldb auth mechanism for the cyrus-sasl ebuild? This would pretty much just compile cyrus-sasl with '--enable-auth-sasldb'.

What this does is enables sasldb as an auth mechanism for saslauthd,

I've got around it temporarily by modifying the ebuild and sticking it in my own portage overlay, the modification simply changes the line:
local myconf="--enable-login --enable-ntlm --disable-krb4 --disable-otp"
to
local myconf="--enable-login --enable-ntlm --disable-krb4 --disable-otp --enable-auth-sasldb"

Thanks
Comment 1 Tuan Van (RETIRED) gentoo-dev 2006-05-30 08:54:18 UTC
I've commited cyrus-sasl-2.1.22.ebuild with --enable-auth-sasldb. Thank you.
Comment 2 Tuan Van (RETIRED) gentoo-dev 2006-05-30 08:54:50 UTC
forgot to close.