Codebase list cyrus-sasl2 / bc721f41-5a8e-46c2-a641-16a740b0a8c0/main debian / NEWS
bc721f41-5a8e-46c2-a641-16a740b0a8c0/main

Tree @bc721f41-5a8e-46c2-a641-16a740b0a8c0/main (Download .tar.gz)

NEWS @bc721f41-5a8e-46c2-a641-16a740b0a8c0/mainraw · history · blame

cyrus-sasl2 (2.1.25.dfsg1-5) unstable; urgency=low

    As of version 2.1.25.dfsg1-5, configuration of SQL engine backends have
    changed from database specific configuration (e.g. 'mysql') to generic
    'sql' auxprop plugin.

    You will need to change your configuration f.e. from:

        auxprop_plugin: mysql

    to

        auxprop_plugin: sql
        sql_engine: mysql

    Also the SQL query (if used) needs to have '%u' replaced with '%u@%r'
    because now user and realm is provided separately.

 -- Ondřej Surý <ondrej@debian.org>  Mon, 06 Aug 2012 13:12:22 +0200