Hello,
Linux Mint has enabled passwordless login in his MDM and this works very nice, but Kubuntu has disabled this option in PAM.
So, I tried to uncomment this option in PAM (sddm file in /etc/pam.d directory)
Add group nopasswdlogin and put users into it.
This works well with SDDM, so my question is: Why is this option disabled in Kubuntu? Security reasons or something else?
Linux Mint has enabled passwordless login in his MDM and this works very nice, but Kubuntu has disabled this option in PAM.
So, I tried to uncomment this option in PAM (sddm file in /etc/pam.d directory)
Code:
auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
This works well with SDDM, so my question is: Why is this option disabled in Kubuntu? Security reasons or something else?
Comment