Hi,

but you have also configured "crypt" for the method for Web-cyradm?

regards
Martin

>
> I had the same problem after upgrading from the Old Version
> change_mysqlpass to change_sql_pass.
>
> I'll copy you my 'Solution' which worked, maybe this can help:
>
> compatibility and change_sqlpass installed in the newest version, setup
> compatibility like written
> in the readme:
>               patch -p0 ...
>
> config:
> $csp_dsn = 'mysql://USER:[EMAIL PROTECTED]/MAILDB';
> USER, PASS and MAILDB according to your setup.
>
> $lookup_password_query = 'SELECT count(*) FROM accountuser WHERE username
> = "%2" AND password = %4';
> I'm using mysql encrypt in my maildb
>
> $password_update_queries = array(
>             'UPDATE accountuser SET password = %4 WHERE username = "%2"',
>
> $password_encryption = 'MYSQLENCRYPT';
>
> $csp_salt_static = 'password';
> Don't know why you need that, but it seems to work for me ;-)
>
> hth
> Jan


_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to