cupsd dies on web based printer configuration if PAM support is present Fix: Remove PAM support. How-To-Repeat: Build cups-base with PAM support and attempt to add a printer via the web interface
Responsible Changed From-To: freebsd-ports-bugs->freebsd-ports-bugs n/a
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer.
There are 2 problems causing core: Incorrect /usr/local/etc/pam.d/cups file (referencing inexistent pam_unknown.so) and bug in pam(3) handling code in cups. Removing /usr/local/etc/pam.d/cups seems to solve the problem CUPS pr: http://cups.org/str.php?L2734
dinoex 2008-03-04 12:00:15 UTC FreeBSD ports repository Modified files: print/cups-base Makefile Added files: print/cups-base/files patch-auth.c Log: - Fix crash in case of incorrectly configured PAM PR: 121105 Submitted by: Alexander V. Chernikov Obtained from: http://cups.org/str.php?L2734 - Fix /usr/local/etc/pam.d/cups Revision Changes Path 1.90 +5 -0 ports/print/cups-base/Makefile 1.3 +12 -0 ports/print/cups-base/files/patch-auth.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks.