Codebase list cyrus-sasl2 / aaa720a9-a817-44b2-a6cc-31b7b5904db2/main debian / NEWS
aaa720a9-a817-44b2-a6cc-31b7b5904db2/main

Tree @aaa720a9-a817-44b2-a6cc-31b7b5904db2/main (Download .tar.gz)

NEWS @aaa720a9-a817-44b2-a6cc-31b7b5904db2/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