From: Remko Lodder (remko at elvandar dot org)
Date: Tue Mar 02 2004 - 11:26:07 EST
wasn't it
sql_select: <sql stuff here>
??
Cheers
-- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -----Oorspronkelijk bericht----- Van: owner-cyrus-sasl at lists dot andrew dot cmu dot edu [mailto:owner-cyrus-sasl at lists dot andrew dot cmu dot edu]Namens Andreas Winkelmann Verzonden: dinsdag 2 maart 2004 7:04 Aan: cyrus-sasl at lists dot andrew dot cmu dot edu Onderwerp: Re: sasl_auxprop_plugin appears to be ignored Am Dienstag, 2. März 2004 05:50 schrieb Gary Mills: > I'm using cyrus-sasl-2.1.17 configured with sasldb and sql auxprop > plugins. Cyrus runs with these statements in imapd.conf: > > sasl_pwcheck_method: saslauthd > sasl_auto_transition: yes > sasl_auxprop_plugin: sasldb > > I want to use only sasldb for the time being. However, imapd > complains: > > Feb 29 18:52:09 setup01 imapd[16929]: [ID 702911 auth.error] sql_select > option missing Feb 29 18:52:09 setup01 imapd[16929]: [ID 702911 auth.error] > auxpropfunc error -4 > > I thought that `auxprop_plugin' was supposed to limit plugins to the > ones specified, rather than all of them. Is this not the case? Yes, but all Plugins must be loaded. And after the Loading happens an initialization which causes this error. Official solution is to delete the sql-plugin. # rm $plugin_dir/libsql.* If you need it for another Configuration, you have to live with the error-message. Or, workaround add a "sasl_sql_select: mumble(tm)" to imapd.conf, to satisfy the sql-plugin. -- Andreas
|
|
|