On Wed, Mar 17, 2004, Thomas Lotterer wrote:

>   OpenPKG CVS Repository
>   http://cvs.openpkg.org/chngview?cn=15399
> 
>   Modified files:           (Branch: OPENPKG_2_0_SOLID)
>     openpkg-src/sasl        sasl.spec
> 
>   Log:
>     MFC: mysql and pgsql were merged into a single sql plugin
> 
Please note that sasl-2.1.17 has mysql and pgsql plugins merged into a
single sql plugin. The sql plugin must be enabled at build time which
this updated package does when building with_mysql. The original release
built the mysql code but did neither create nor install the combined sql
package.

Note that compared to earlier versions of sasl and OpenPKG configuration
files below %{l_prefix}/etc/sasl/apps must be changed. This is not
specific to OpenPKG. Example:

Typical filenames are
  - postfix package  -> %{l_prefix}/etc/sasl/apps/smtpd.conf
  - imapd package    -> %{l_prefix}/etc/sasl/apps/Cyrus.conf
  - sendmail package -> %{l_prefix}/etc/sasl/apps/Sendmail.conf

OpenPKG <= 1.3 with sasl-2.1.15
   pwcheck_method: auxprop
 < auxprop_plugin: mysql
   mysql_user: saslqueryuser
   mysql_passwd: saslquerypass
   mysql_database: SASL
 < mysql_host: localhost
 < mysql_statement: select secret from u where user = '%u' and type = '%p' and realm = 
'%r'

OpenPKG >= 2.0 with sasl-2.1.17
   pwcheck_method: auxprop
 > auxprop_plugin: sql
 > sql_engine: mysql
   sql_user: saslqueryuser
   sql_passwd: saslquerypass
   sql_database: SASL
 > sql_hostnames: localhost
 > sql_select: select secret from u where type = '%p' and user = '%u' and realm = '%r'

--
[EMAIL PROTECTED], Cable & Wireless
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to