[Bug 216990] Re: error in auth.log when switch user -- pam_smbpass.so
Phil Cole
216990 at bugs.launchpad.net
Wed Dec 7 09:58:26 UTC 2011
While trying to work out why a colleague is having problems logging in, I too noticed this on a natty install:
Dec 7 09:18:26 millhouse sudo: PAM unable to dlopen(pam_smbpass.so): /lib/security/pam_smbpass.so: cannot open shared object file: No such file or directory
Dec 7 09:18:26 millhouse sudo: PAM adding faulty module: pam_smbpass.so
/etc/pam.d/common.password contains:
password optional pam_smbpass.so nullok use_authtok use_first_pass missingok
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/216990
Title:
error in auth.log when switch user -- pam_smbpass.so
Status in “pam” package in Ubuntu:
Fix Released
Status in “pam” source package in Hardy:
Fix Released
Status in “pam” source package in Intrepid:
Fix Released
Bug description:
I am working on a kubuntu hardy (8.04) beta installed from scratch.
Everything work well but when I switch user (su) I see this
error in /var/log/auth.log file:
: PAM unable to dlopen(/lib/security/pam_smbpass.so)
: PAM [error: /lib/security/pam_smbpass.so: cannot open shared object file:
No such file or directory]
: PAM adding faulty module: /lib/security/pam_smbpass.so
The user switch is successfully done .
The file pam_smbpass.so is not present on my systema and i have solved the
problem installing the package: libpam-smbpass.
Maybe a missed package ?
Best Regards
TEST CASE:
monitor /var/log/auth.log. With hardy version of libpam-runtime and libpam0g installed, and libpam-smbpass not installed, run 'sudo -k' followed by 'sudo ls'. Observe that three log messages are written about libpam-smbpass. Upgrade to hardy-proposed versions of libpam-runtime and libpam0g. Run 'sudo -k', then 'sudo ls' again. Observe that there are no log messages about libpam-smbpass.
Regression potential: minimal. No modules are known to use a
'missingok' option today, so there is minimal practical risk of
overlapping semantics. In particular, the smbpass module ignores this
as an unknown option, so this will not negatively impact users who do
have pam_smbpass installed. The maximum potential impact is that
users who use 'missingok' in their PAM configs for other modules, for
whatever reason, will find it more difficult to debug failures caused
by the named module being missing from the system.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/216990/+subscriptions
More information about the foundations-bugs
mailing list