Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13600] New: pam 0.99.6.3 doesn't include pam_unix_auth/etc links

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13600] New: pam 0.99.6.3 doesn't include pam_unix_auth/etc links
  • Date: 7 Mar 2007 21:02:46 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13600

Summary: pam 0.99.6.3 doesn't include pam_unix_auth/etc links
Product: Codex
Version: stable grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: security
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: jblosser-smgl AT firinn.org


I've started seeing errors like these in my logs:

Mar 7 13:36:48 fawkes groupadd[10755]: PAM unable to
dlopen(/lib/security/pam_unix_auth.so)
Mar 7 13:36:48 fawkes groupadd[10755]: PAM [error:
/lib/security/pam_unix_auth.so: cannot open shared object file: No such file
or
directory]
Mar 7 13:36:48 fawkes groupadd[10755]: PAM adding faulty module:
/lib/security/pam_unix_auth.so

It looks like the 0.99.x upgrade of pam stopped making these modules, which
were
previous symlinks to pam_unix.so. From the compile log to 0.79:

*** Building pam-unix module of the framework...

mkdir -p /lib/security
install -m 755 pam_unix.so /lib/security
for x in pam_unix_auth pam_unix_acct pam_unix_passwd pam_unix_session;\
do ln -sf pam_unix.so /lib/security/$x.so ; done


A fair number of our installed pam.d files use pam_unix_auth. I don't know if
we need to add the symlinks, or if these pam.d files need to be updated.
Probably the latter.

Right now these are probably falling back on pam.d/other, which may not be a
good thing...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13600] New: pam 0.99.6.3 doesn't include pam_unix_auth/etc links, bugzilla-daemon, 03/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page