Re: Authentication against MySQL Database

2000-12-08 Thread Scot W. Hetzel
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

Re: Authentication against MySQL Database

2000-12-08 Thread Ross Golder
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

Re: Authentication against MySQL Database

2000-12-08 Thread Paul Wiechman
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

Re: Authentication against MySQL Database

2000-12-08 Thread Jeremy Howard
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