Re: Cyrus Imap and crypt SQL Passwords?

2005-04-13 Thread Berger, Stefan (IT- Management)
Hi, thanks for the responses to all. But there is a problem still. I've patched the cyrus-sasl-2.1.19 Version compiled and installed. So if I set the parameter sasl_password_format: plaintext all is running. Is the sasl_password_format: crypt set, then i can't authenticate against my MySQL

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-13 Thread Diego M. Vadell
I use ENCRYPT, and it works. update usuarios set password=ENCRYPT(password,$1$encrypt$) ... $1$encrypt$ may be any string, AFAIR Good luck, -- Diego. On Wednesday 13 April 2005 08:05, Berger, Stefan (IT- Management) wrote: Hi, thanks for the responses to all. But there is a problem still.

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-13 Thread Berger, Stefan (IT- Management)
@ Diego and all other it workes now. I use ENCRYPT and all is running. Thanks a lot! I use ENCRYPT, and it works. update usuarios set password=ENCRYPT(password,$1$encrypt$) ... $1$encrypt$ may be any string, AFAIR Good luck, -- Diego. On Wednesday 13 April 2005 08:05, Berger, Stefan

Cyrus Imap and crypt SQL Passwords?

2005-04-11 Thread Berger, Stefan (IT- Management)
Hi, is there a possibility for use crypt mysql passwords with cyrus imap? Is there a patch available or any other solution? I've patched the cyrus sasl 2.1.19 and this works fine. Thanks in advance! --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ:

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-11 Thread Derrick J Brashear
On Mon, 11 Apr 2005, Berger, Stefan (IT- Management) wrote: Hi, is there a possibility for use crypt mysql passwords with cyrus imap? Is there a patch available or any other solution? I've patched the cyrus sasl 2.1.19 and this works fine. Not for any scheme which is hash based, only schemes

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-11 Thread Berger, Stefan (IT- Management)
i want use this crypt password to login in cyrus imap with mozilla thunderbird or squirrelmail So in the mysql DB the password is crypt. So, what i have to do? Is this possible and where can i find the patch? Thanks a lot. On Mon, 11 Apr 2005, Berger, Stefan (IT- Management) wrote: Hi,

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-11 Thread Diego M. Vadell
Hi, I think the patch you are looking for is here: http://frost.ath.cx/software/cyrus-sasl-patches/ . Then, add some statements in imapd.conf : sasl_password_format: crypt It worked for me like that. -- Diego. On Monday 11 April 2005 13:07, Berger, Stefan (IT- Management) wrote: i want

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-11 Thread Simon Matter
i want use this crypt password to login in cyrus imap with mozilla thunderbird or squirrelmail So in the mysql DB the password is crypt. So, what i have to do? Is this possible and where can i find the patch? Do you mean something like this ?