On Jun 6, 2009, at 4:04 PM, Donovan Craig wrote:
user_query = SELECT '%w' as plain_pass, ... then it should be in $PLAIN_PASS environment in post-login script.This would be great if it worked, but unfortunately this %w is empty when Itry to use it.
Hmm. I guess it's possible that the password is lost by then.. Then another possibility would be to use passdb sql + userdb prefetch and:
password_query = SELECT .., '%w' as userdb_plain_pass, ..