passwordless login not working in KDM

Mikhail T. mi+thun at aldan.algebra.com
Wed Feb 11 09:48:17 PST 2009


Hello!

The instructions at:

http://freebsd.kde.org/faq.php#HowdoIenablepasswordlessconvenienceloginsinKDMIcheckedthecheckboxintheLoginManagerControlbutKDMwontlogmein

seem perfectly clear and, I believe, I followed them correctly:

    mi at corbulon:~ (1004) ls -l /etc/pam.d/kde*
    -rw-r--r--  1 root  wheel  458 Dec  2  2007 /etc/pam.d/kde
    -rw-r--r--  2 root  wheel  459 Dec 29  2007 /etc/pam.d/kde-np
    mi at corbulon:~ (1005) diff -U2 /etc/pam.d/kde*
    --- /etc/pam.d/kde      2007-12-02 12:12:44.000000000 -0500
    +++ /etc/pam.d/kde-np   2007-12-29 17:51:31.000000000 -0500
    @@ -8,5 +8,5 @@
     #auth          sufficient      pam_krb5.so             no_warn
    try_first_pass
     #auth          sufficient      pam_ssh.so              no_warn
    try_first_pass
    -auth           required        pam_unix.so             no_warn
    try_first_pass
    +#auth          required        pam_unix.so             no_warn
    try_first_pass
     
     # account


Unfortunately, the password-less logins are still rejected for the two 
users, who are listed:

    mi at corbulon:~ (1006) grep NoPass /opt/share/config/kdm/kdmrc
    NoPassEnable=true
    NoPassUsers=mi,tulik

Please, advise... Thanks!

    -mi




More information about the freebsd-questions mailing list