Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2009 12:29:09 -0500
From:      "Mikhail T." <mi+thun@aldan.algebra.com>
To:        kde@FreeBSD.org, questions@FreeBSD.org
Subject:   passwordless login not working in KDM
Message-ID:  <49930AE5.4020000@aldan.algebra.com>

next in thread | raw e-mail | index | archive | help
Hello!

The instructions at:

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

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

    mi@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@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@corbulon:~ (1006) grep NoPass /opt/share/config/kdm/kdmrc
    NoPassEnable=true
    NoPassUsers=mi,tulik

Please, advise... Thanks!

    -mi





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49930AE5.4020000>