On Sat, 14 Jun 2003 11:29 pm, Sam Varshavchik wrote:
> CRAM-MD5 authentication requires a cleartext password.  Unless this record
> has a password installed in the clear field, CRAM-MD5 will not work.

Thanks. Right after seeing this I checked if I still had
a clear text pw field and sure enough, doh, there be...

# passwords go into MYSQL_CLEAR_PWFIELD.  Cleartext passwords allow
# CRAM-MD5 authentication to be implemented.

I notice this in MySQL logs, is there a reason why there
are 3 lookups for a single login ?

030615  0:45:18   18118 Connect     [EMAIL PROTECTED] on
                  18118 Init DB     mail_db
                  18118 Query       SELECT id, crypt, clear, ...
030615  0:45:19   18118 Query       SELECT id, crypt, clear, ...
                  18118 Query       SELECT id, crypt, clear, ...

--markc



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to