On Sat, 20 Dec 2003 16:13:38 -0800 Ricardo Kleemann wrote: > Hi,
Hi Ricardo, > > Then you need to simply investigate which PAM modules you > > DO need to specify in order to implement password > > authentication. On some systems it's called pam_unix, on > > others it's pam_pwdb, etc… > > I understand that... I looked at all of the *pam* modules in > SUSE 9.0 and none of them provided that particular > library... :-( > > But of course, SUSE provides unix authentication, it just > must use another library I guess, probably pam_unix.so which > does exist. What doesn't exist is the pam_pwdb.so. > > Is pwdb needed for pam authentication? Can it be done with > pam_unix? Here are the pam libraries included in my system: Yes, use pam_unix on Suse. Patch all your courier source files which use PAM, and change all occurences of pam_pwdb to pam_unix. I've got courier running on older Suse 7.3 systems, and it works just fine. In fact, I had even produced a custom SPEC file and patch so that I could directly build RPMs on Suse, but I don't have those any more. Search the archives; I had posted the patch and SPEC file. [cut] -- Anand Buddhdev ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
