Hello all.
I cannot get the ‘password-less login’ feature to work. The opition is available under yast user managemet (expert settings), and also as a key under ‘displaymanager’ in the etc/sysconfig editor. I expect that with password less login enabled, i need not type my password when waking from sleep, for example. But i am always prompted for a password.
This is different from auto-login, of course. That works fine.
I’ve seen some old posts on this topic, but none seemed to provide a full explanation of what this option actually does. Some suggested conflicts with kdm, some mentioned a yast bug. Does password less login actually work?
Im on 13.2, Gnome desktop (so the login manager is gdm).
I know how to do it in kde, I don’t use gnome, you can try gdmsetup
gnomesu /usr/sbin/gdmsetup
find and set user password options.
edit. It seams gdmsetup has been dropped by the Gnome people, I’ve read about gdm2setup but I can’t seam to find a package try here https://launchpad.net/gdm2setup
Ill try installing gdm2setup using the binaries, thanks.
I see what you mean. But this is only valid for initial autologin at boot time. Once the keyring is unlocked, and then i suspend the machine, the keyring doesnt lock again.
But Turning off screen lock will bypass the login manager completely, yes? That might be a simpler solution, you’re right…
It is very configurable. If I want to change something, I go to “Configure Desktop” and I can usually find out how to do what I want.
At one time, I would have said that about Gnome. But these days, if I want to configure something in Gnome, I do a Google search to find out all of the weird tricks I will have to do to setup my desktop the way that I like.
I got it working: the problem is the PAM configuration
You need to add the option “nullok” in the file /etc/pam.d/common-auth-pc in the line with pam_unix
E.g.:
auth required pam_unix.so try_first_pass nullok