From: "Tim Evans" <[EMAIL PROTECTED]>
> I am adding Web-based e-mail to an existing portal-like site, using
> IMP and Cyrus imapd. The site is built pretty much exclusively with
> PHP and MySQL.
>
> We already have all the userid's and passwords for the
> portal site in MySQL and would like to le
Tim Evans wrote:
>
> I believe Cyrus/SASL authentication using PAM may be one way of doing this,
> but would hope this is a wheel someone else has already invented.
>
Yes, indeed. I have Cyrus working w/pam_mysql. It's fairly trivial once
you've got the pam_mysql distribution and read the docs e
Yes, it has... use PAM with the pam_mysql modules. I am using it quit
effectively, one caveat... make sure you have unique ID's. The module
doesn't like it when you return more than one row on a select.
Paul
Tim Evans wrote:
>
> I am adding Web-based e-mail to an existing portal-like site, usin
Tim Evans wrote:
> I am adding Web-based e-mail to an existing portal-like site, using
> IMP and Cyrus imapd. The site is built pretty much exclusively with
> PHP and MySQL.
>
> We already have all the userid's and passwords for the
> portal site in MySQL and would like to let users log into
> th