[Dovecot] help with AES_DECRYPT and password lookup - mysql password_query

Jeff Lacki jeep at rahul.net
Sun Apr 29 00:25:36 EEST 2012


> >
> > /mf/home/jeep/shell/.signature
> The wiki says: "The password is in %w variable"
> Maybe you meant
>
> password_query = SELECT NULL AS password, \
>      'Y' as nopassword, userid AS user \
>      FROM users WHERE userid='%u' AND AES_DECRYPT(password, 'mykey')='%w'
>
>

Thanks, but when I do that, I get an empty value for '%w', not sure why?

Apr 28 14:23:48 mydomain dovecot: auth-worker(13349): Debug: sql(jeff,127.0.0.1): query: SELECT NULL AS password, 'Y' as nopassword, userid AS user FROM users WHERE userid='jeff' AND AES_DECRYPT(password, 'mykey')=''


/mf/home/jeep/shell/.signature



More information about the dovecot mailing list