Subject: cups.pam has incorrect path
To: None <tech-pkg@netbsd.org>
From: None <murray@river-styx.org>
List: tech-pkg
Date: 01/04/2006 12:48:34
Hi Folks,
   Just a quick one. The cups.pam file that is installed as part of cups
when using the pam authentication option is pointing to the wrong
place. (I think)

The cups.pam file gets installed with...
   auth    required        /usr/pkg/lib/security/pam_unix.so nullok
   account required        /usr/pkg/lib/security/pam_unix.so

Shouldn't this be
   auth    required        /usr/lib/security/pam_unix.so nullok
   account required        /usr/lib/security/pam_unix.so

... this does quiet a little message in the cups error_log file...
   E [04/Jan/2006:12:07:13 +1100] IsAuthorized: pam_start() returned 4
(system error)!

BTW, running on NetBSD-3.0 (i386), and if you need me, please cc me. I'm
not on this list.

Take care,
    Murray Armfield