28 Apr
2012
28 Apr
'12
11:54 p.m.
Hello-
Sorry if this is a noob question, but I cant seem to get my password_query to work with dovecot + mysql. Im using 'Password verification by SQL server' at:
http://wiki2.dovecot.org/AuthDatabase/SQL
trying to modify it to work with my encrypted passwords in the DB.
Im using the following which isnt working:
password_query = SELECT NULL AS password,
'Y' as nopassword, userid AS user
FROM users WHERE userid='%u' AND AES_DECRYPT(password, 'mykey')=password
Is it even possible to do this via 'password_query'?
If so, what am I doing wrong?
Thanks, Jeff
/mf/home/jeep/shell/.signature