Date: Tue, 22 Jan 2002 09:00:21 -0800 (PST) From: David Wolfskill <david@catwhisker.org> To: current@freebsd.org Subject: sudo gets "sudo: pam_authenticate: Module is unknown" Message-ID: <200201221700.g0MH0Lb14131@bunrab.catwhisker.org>
next in thread | raw e-mail | index | archive | help
OK; I saw the discussion about OPIE-related PAM things yesterday, but I didn't recall seeing anything about sudo. And I'm using a recent sudo (I run "portupgrade -a" daily, under -STABLE); until today, I don't recall this approach being a problem. But after booting today's -CURRENT, I see: freebeast(5.0-CUR)[6] sudo whoami sudo: pam_authenticate: Module is unknown freebeast(5.0-CUR)[7] Now, there's a man page (in section 3) for pam_authenticate, but in looking through the typescript from my "cvs update" and the "make buildworld" (& friends), I see very few references to "pam_authenticate": freebeast(5.0-CUR)[9] grep -nC pam_authenticate current 25877-gzip -cn /usr/src/lib/libpam/modules/pam_wheel/pam_wheel.8 > pam_wheel.8.gz 25878-===> lib/libpam/libpam 25879:gzip -cn /usr/src/lib/libpam/libpam/../../../contrib/libpam/doc/man/pam_authenticate.3 > pam_authenticate.3.gz 25880-gzip -cn /usr/src/lib/libpam/libpam/../../../contrib/libpam/doc/man/pam_chauthtok.3 > pam_chauthtok.3.gz 25881-gzip -cn /usr/src/lib/libpam/libpam/../../../contrib/libpam/doc/man/pam_fail_delay.3 > pam_fail_delay.3.gz -- 44203-install -c -s -o root -g wheel -m 444 libpam.so.1 /usr/lib 44204-ln -sf libpam.so.1 /usr/lib/libpam.so 44205:install -c -o root -g wheel -m 444 pam_authenticate.3.gz /usr/share/man/man3 44206-install -c -o root -g wheel -m 444 pam_chauthtok.3.gz /usr/share/man/man3 44207-install -c -o root -g wheel -m 444 pam_fail_delay.3.gz /usr/share/man/man3 freebeast(5.0-CUR)[10] Indeed, it appears that the only thing left of it is a man page. :-} In case it's of interest, recent CVSup activity was: freebeast(5.0-CUR)[10] tail /var/log/cvsup-history.log CVSup begin from cvsup14.freebsd.org at Fri Jan 18 03:47:02 PST 2002 CVSup ended from cvsup14.freebsd.org at Fri Jan 18 03:53:28 PST 2002 CVSup begin from cvsup14.freebsd.org at Sat Jan 19 03:47:07 PST 2002 CVSup ended from cvsup14.freebsd.org at Sat Jan 19 03:54:14 PST 2002 CVSup begin from cvsup14.freebsd.org at Sun Jan 20 03:47:02 PST 2002 CVSup ended from cvsup14.freebsd.org at Sun Jan 20 03:53:23 PST 2002 CVSup begin from cvsup14.freebsd.org at Mon Jan 21 03:47:03 PST 2002 CVSup ended from cvsup14.freebsd.org at Mon Jan 21 03:53:19 PST 2002 CVSup begin from cvsup14.freebsd.org at Tue Jan 22 03:47:02 PST 2002 CVSup ended from cvsup14.freebsd.org at Tue Jan 22 03:53:36 PST 2002 freebeast(5.0-CUR)[11] Or is pam_authenticate something that I'm supposed to be creating? Thanks, david -- David H. Wolfskill david@catwhisker.org I believe it would be irresponsible (and thus, unethical) for me to advise, recommend, or support the use of any product that is or depends on any Microsoft product for any purpose other than personal amusement. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201221700.g0MH0Lb14131>