[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2021-05-24 Thread Olivier Duclos
The correct way to fix this issue is not to comment out the lines mentioning kwallet, but to make the modules silent by prepending a '-' (dash) to each line. Example: # /etc/pam.d/lightdm -authoptionalpam_kwallet.so -authoptionalpam_kwallet5.so -session optional

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2019-01-02 Thread A. Denton
I can confirm the problem with `journalctl`: Jan 03 01:05:13 tron lightdm[12730]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or dire Jan 03 01:05:13 tron lightdm[12730]: PAM adding faulty module: pam_kwallet.so Jan 03

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2017-12-13 Thread WinEunuchs2Unix
#19 works for me except there are two extra lines and another identical file to change: #authoptionalpam_kwallet.so #authoptionalpam_kwallet5.so #session optionalpam_kwallet.so auto_start #session optional

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2016-12-03 Thread Ross Patterson
I think an *error* message in the logs for a condition that isn't actually an error (not having kwallet installed in this case), is indeed a bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309535

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2016-03-09 Thread j2r7
Same issue . With LDAP. The pam_wallet error is what shows up in the auth.log - but it is the failure of Lightdm to work that triggers it . Lightdm fails - but if I go to term and do getent or id user it works . If I wait , it works. If the box goes to hibernate , it fails the first time

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2015-12-27 Thread Jeff Silverman
I have seen the same thing in 15.04.Looking further, I see that the entire /lib/security directory is missing. So I'm a little curious as to what else is gone. Funny thing is that it was working. I don't know what precipitated the problem. j. rose filed this bug as

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2015-10-28 Thread Seth Arnold
j. rose, please file a new bug for your issue; this bug is about the kwallet warning messages which are confusing but otherwise harmless. Your situation sounds very different. To file the bug, please run: apport-bug lightdm Feel free to copy-and-paste the description, it's a great start. Thanks

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2015-10-28 Thread j. rose
Six month later I have the same issue. I can't login as ordinary user rose with lightdm. It is an Ubuntu 15.04 for armv7l . At the beginning I saw the issues with kwallet, which is not installed. I commented out the corresponding lines in. I have now: root@odroid6:~# cat /etc/pam.d/lightdm

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2015-04-14 Thread Roadowl
Apologist Alexis Wilke says So this is not a bug.. Hogwash, say I. Read that what you're writing yourself with care, dear Alexis. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309535 Title:

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2014-11-29 Thread Alexis Wilke
There is information about KWallet. https://wiki.archlinux.org/index.php/KDE_Wallet It is marked as optional because it is allowed to fail as it does when you are running with Gnome (unity uses Gnome by default). So this is not a bug. You make comment out the lines as shown in #19 but you may

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2014-11-02 Thread Mario César Señoranis
A workaround is to comment the following lines: #authoptionalpam_kwallet.so #session optionalpam_kwallet.so auto_start in /etc/pam.d/lightdm file -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2014-09-16 Thread Robert Ancell
** Summary changed: - lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so + Running without pam-kwallet installed issues a warning in auth.log ** Also affects: pam (Ubuntu) Importance: Undecided Status: New ** Changed in: lightdm (Ubuntu) Importance:

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2014-09-16 Thread Robert Ancell
This is due to us adding pam_kwallet to the configuration so that KDE could work correctly with LightDM (bug bug 1305307). The warning occurs in Ubuntu because you don't have pam-kwallet installed and PAM warns if a module is not found (even if it is marked optional as in this case). KDE users