/usr/local/etc/pam.d/cups using unexistent PAM module pam_pam_unix.so.so: auth required pam_pam_unix.so.so nodelay account required pam_pam_unix.so.so As expected basic authentification is impossible: cupsd: in openpam_load_module(): no pam_pam_unix.so.so found How-To-Repeat: Simply install cups from ports
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=154361 Date: Sat, 29 Jan 2011 15:07:53 +0300
This problem is originated in configure option. I have a simple solution. (Makefile patch) --- Makefile.orig 2011-01-08 06:24:58.000000000 +0900 +++ Makefile 2011-02-13 01:26:15.000000000 +0900 @@ -37,7 +37,7 @@ --with-icondir=${PREFIX}/share/icons \ --with-menudir=${DESKTOPDIR} \ --with-domainsocket=${CUPS_SOCKET} \ - --with-pam-module="pam_unix.so" \ + --with-pam-module="unix" \ --enable-ssl OPTIONS?= GNUTLS "Build with GNUTLS library" on \ ---- Daisuke Ban <exceed@alae.jp>
dinoex 2011-02-13 12:49:51 UTC FreeBSD ports repository Modified files: print/cups-base Makefile Log: - fix unexistent PAM module PR: 154361 Submitted by: Daisuke Ban Feature safe: yes Revision Changes Path 1.152 +2 -1 ports/print/cups-base/Makefile _______________________________________________ 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 already