Re: pam/mysql doesnt work

2001-10-22 Thread Mark Davis
) > > /lib/ld-linux.so.2 => /usr/lib/ld-linux.so.2 (0x8000) Greets Mark Davis - Original Message - From: "Mark Davis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 1:40 PM Subject: Re: pam/mysql doesnt work > Hi! again

Re: pam/mysql doesnt work

2001-10-11 Thread Patrick Boutilier
Mark, Try substituting --with-pam for --with-passwd_method=PAM when configuring sasl. Also try removing: pwcheck_method: PAM from your /etc/imapd.conf . You should only require: sasl_pwcheck_method: pam Mark Davis wrote: >Hi all... > >I want to authenticate the users via a mysql-db.

Re: [pam/mysql doesnt work]

2001-10-11 Thread Ramiro Morales
Mark, try with pan instad of PAM in the entry of /etc/imapd.conf (and be sure the lines in this file does not contains ant extra trailing spaces) I'm almost sure the right entry name in this file is sasl_pwcheck_method so you can drop the pwcheck_method entry. Mark Davis <[EMAIL PROTECTED]> w

Re: pam/mysql doesnt work

2001-10-12 Thread Mark Davis
Hi! again Thx for your answer. But i also tried to compile sasl with the follwoing options: $ ./configure --prefix=/usr --with-passwd_method=PAM --with_pam=/lib/security or $ ./configure --prefix=/usr --with_pam=/lib/security and as you can see in the log of my configure: > >checking for pam_

RE: pam/mysql doesnt work

2001-10-12 Thread Nick Ustinov
and which pam_mysql? did you compile it enabling DEBUG option? Nick -Original Message- From: Mark Davis [mailto:[EMAIL PROTECTED]] Sent: Friday, October 12, 2001 14:40 To: [EMAIL PROTECTED] Subject: Re: pam/mysql doesnt work Hi! again Thx for your answer. But i also tried to compile