You are not logged in.

1

Sunday, March 14th 2004, 7:06pm

the passwordless login not working?

I have an old computer setup for my kid, running Fedora Core 1 linux.
I updated the kde to the newer 3.2.1 version, and everything else seems to be just fine, except that now he cannot login anymore without typing the password. I doubled checked all the configurations for KDM, and everything should be fine.
I tried to remove the password alltogether, with "passwd -d" command, and now the login without password work in console, just like it should, but in KDM, it is still asked, AND the strangest thing is, that the password that it wants, is the old one, that I had already couple of times changed, and now removed totally.
where is KDM getting these passwords from?

also, the automatic user login doesn't work with KDM. it just says authentication failed.. like the password (which was removed) would be wrong.. damn.

I tried all, different passwords, everything, no worky.
did they change something in 3.2.1 ?

anyways, I had to move to using GDM.. automatic passwordless login works like a dream, but it's a bit stupid, because the logout dialog in KDE doesn't allow shutdown now, because KDM session is not running. :( so my son has to pop back into GDM login, and shutdown from there.

any help on this is appreciated..thanks!

.b
.
. http://www.kulma.org | http://orange.blender.org

2

Monday, March 15th 2004, 2:58am

from bug report 68331:
(http://bugs.kde.org/show_bug.cgi?id=68331)

>>>Your suggestion in #17 did the trick. For the benefit of others who are following this conversation, here's my take on the recipe:

1. Look in the directory /etc/pam.d for files named "kde", "xdm", or "kdm".

2. Assuming you find the file "kde", do the following:

cd /etc/pam.d
(echo "auth sufficient pam_permit.so"; cat kde) > kde-np

If instead you find "xdm" or "kdm", replace "kde" by one of those in two places in the second line above.

I note that solving this problem exposed another one, already reported: if both automatic login and password-less login are activated, the keymappings don't work properly on auto-login: the Win key is not recognized. Doing a normal login, with or without password, is the workaround.

(end quote)
This fix worked for me also. Once fixed, I was able to re-enable passwordless login.

3

Monday, March 15th 2004, 1:56pm

thanks for the quick answer.
actually, the passwordless login was something that was nice for my kid because of the convenience.. but actually, because he is the only user on that computer, and the computer is not even connected to internet, I think I will try to set it up for automatic login.. I couldn't make either one of them to work with KDE, together, or separate.

I'll try your trick, let's lets see what happens.

thanks again!

.b
.
. http://www.kulma.org | http://orange.blender.org