Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 129170

Summary: Enable sasldb auth mechanism for saslauthd in cyrus-sasl
Product: Gentoo Linux Reporter: Gary Richards <gary_gentoo>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.