You are not logged in.

#1 2011-12-18 18:42:59

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

lxdm cannot "automatically unlock this keyring whenever I'm logged in"

I'm having some problems with my ssh key's password not being able to be remembered upon login with xldm.

examp.jpg

As you can see, the top options isn't available.  I solved this problem with lightdm a while ago in the following thread:
https://bbs.archlinux.org/viewtopic.php?id=124378

But the solution there doesn't work when applied to lxdm*.  Thoughts are appreciated.

*Edited /etc/pam.d/lxdm to match that of my lightdm which works correctly under lightdm but it DOESN'T work under lxdm.

#%PAM-1.0
auth            requisite       pam_nologin.so
auth            required        pam_env.so
auth            required        pam_unix.so
auth            optional        pam_gnome_keyring.so
account         required        pam_unix.so
session         required        pam_limits.so
session         required        pam_unix.so
session         optional        pam_gnome_keyring.so  auto_start
password        required        pam_unix.so

Offline

Board footer

Powered by FluxBB