Re: problem ntlm won't work with mysql

2005-07-11 Thread Thomas Börnert
On Mon, 2005-07-11 at 16:55 -0400, Ken Murchison wrote: > Thomas Börnert wrote: > > > Yes, DIGEST-MD5 don't work too :-(. > > > > Why is it working with sasldb2 (auxprop) ? > > The mechanisms need the plaintext password (or plaintext equivalent) > stored in the auxprop backend. Where is the p

Re: problem ntlm won't work with mysql

2005-07-11 Thread Ken Murchison
Thomas Börnert wrote: Yes, DIGEST-MD5 don't work too :-(. Why is it working with sasldb2 (auxprop) ? The mechanisms need the plaintext password (or plaintext equivalent) stored in the auxprop backend. The SQL auxprop that ships with SASL will work correctly unless you've patched it to stor

Re: problem ntlm won't work with mysql

2005-07-11 Thread Thomas Börnert
Yes, DIGEST-MD5 don't work too :-(. Why is it working with sasldb2 (auxprop) ? There exists an patch for cyrus with auxprop/mysql. Have anyone tested it ? Thanks. -Thomas On Mon, 2005-07-11 at 08:19 -0400, Ken Murchison wrote: > Thomas Börnert wrote: > > > hi list, > > > > ntlm with evoluti

Re: problem ntlm won't work with mysql

2005-07-11 Thread Ken Murchison
Thomas Börnert wrote: hi list, ntlm with evolution or outlook isn't working: imap[17765]: badlogin: localhost.localdomain [127.0.0.1] NTLM [SASL (-13): authentication failure: incorrect NTLM response] i've found: if i use sasldb2 then it works. if i use the mysql setup below that it won't wo

problem ntlm won't work with mysql

2005-07-11 Thread Thomas Börnert
hi list, ntlm with evolution or outlook isn't working: imap[17765]: badlogin: localhost.localdomain [127.0.0.1] NTLM [SASL (-13): authentication failure: incorrect NTLM response] i've found: if i use sasldb2 then it works. if i use the mysql setup below that it won't work :-(. have anyone an i