Re: auxprop mysql w/crypt

2005-06-22 Thread Igor Brezac
On Wed, 22 Jun 2005, Jim Bartus wrote: Igor Brezac wrote: On Wed, 22 Jun 2005, Jim Bartus wrote: Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database.

Re: auxprop mysql w/crypt

2005-06-22 Thread Jim Bartus
Igor Brezac wrote: On Wed, 22 Jun 2005, Jim Bartus wrote: Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database. No. Thanks Igor. Is there any particul

Re: auxprop mysql w/crypt

2005-06-22 Thread Jim Bartus
Igor Brezac wrote: On Wed, 22 Jun 2005, Jim Bartus wrote: Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database. No. Thanks Igor. Is there any particul

Re: auxprop mysql w/crypt

2005-06-22 Thread Igor Brezac
On Wed, 22 Jun 2005, Jim Bartus wrote: Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database. No. -- Igor --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus

auxprop mysql w/crypt

2005-06-22 Thread Jim Bartus
Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database. -jim --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu Lis

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-13 Thread Berger, Stefan (IT- Management)
ego. > > 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. I've >> patched the cyrus-sasl-2.1.19 Version compiled and installed. So if I >> set >> the paramet

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-13 Thread Diego M. Vadell
o 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 Data

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 agains

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 ? http://frost.ath.cx/software/c

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 w

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) wr

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 sc

Cyrus Imap and crypt SQL Passwords?

2005-04-10 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:

crypt

2004-08-23 Thread szii
I've been brawling with this for a while now, maybe someone on here has an idea. In /etc/imapd.h sasl_password_format: crypt This does not work if the datastore actualy has a crypt()'d password. Note, above, that it's set to "crypt" but if I use plaintext in the

sasl_password_format=crypt but no crypt?

2004-08-11 Thread Jacob Friis Larsen
I have set sasl_password_format=crypt and crypt=1 in /etc/pam.d/imap and /etc/pam.d/smtp but I can still login with plain text passwords in the database? Do I need http://frost.ath.cx/software/cyrus-sasl-patches/ for Cyrus-imapd 2.1.16-6 (Debian package)? Thanks, Jacob --- Cyrus Home Page

1.5.27 crypt compilation error

2002-02-13 Thread Andrei Loukinykh
undefined reference to `crypt' auth_shadow.o: In function `auth_shadow': /usr/src/cyrus-sasl-1.5.27/saslauthd/auth_shadow.c:149: undefined reference to `crypt' I found some answers in the list about it, but it doesnt help. I already have lines LIB_CRYPT = -lcrypt,and PLAIN_LIBS = -l