You are not logged in.
I'm having some problems with my ssh key's password not being able to be remembered upon login with xldm.
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.soOffline