On Sun, Feb 12, 2017 at 4:47 PM, Herbert Graeber <lists@graeber-clan.de> wrote:
Am Sonntag, 12. Februar 2017, 15:46:28 CET schrieb Cisbug:
What need I to do to get pam_kwallet doing it's task, opening kwallet after login?
I have installed: pam_kwallet 5.9.1-1.1 from openSUSE-Tumbleweed-Oss kwalletd5 5.30.0 from openSUSE-Tumbleweed-Oss libkwalletbackend5-5 5.30.0 from openSUSE-Tumbleweed-Oss kwalletmanager5 16.12.1 from openSUSE-Tumbleweed-Oss
My Wallet password is equal to my login password.
You have to edit /etc/pamd.d/sddm to
#%PAM-1.0 auth substack common-auth auth optional pam_kwallet5.so auth optional pam_kwallet.so kdehome=.kde4 account include common-account password include common-password session required pam_loginuid.so session include common-session session optional pam_kwallet5.so session optional pam_kwallet.so
The interesting part here is to use "substack" instead of "include", else the optional entries will not be executed if common-auth has a "sufficient" entry.
Herbert -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Is there a way to have this added automatically when pam-kwallet is installed? I would think if someone installs pam-kwallet they want it to "just work". Or at least have a subpackage they can install that includes it. -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org