Bug 10392 - kdm doesn't allow user login.
Summary: kdm doesn't allow user login.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kdebase
Version: 6.2
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-03-28 15:49 UTC by Luca Bonomi
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-07-15 05:04:41 UTC
Embargoed:


Attachments (Terms of Use)

Description Luca Bonomi 2000-03-28 15:49:41 UTC
Hi, I found this strange behaviour:
I am using NIS with shadow passwords.
If I try to login as a user through kdm I get "Login failed".
Other login managers (console login, xdm) are working correctly.
Note that once you manage to login (e.g. using xdm), the kde lock screen
will return a password failure as well.

kdm works fine for user "root".

I've also tried to disable NIS, create a "test" user and copy my encrypted
passwd to the "test" entry in the /etc/shadow file. kdm fails with "Login
failed" for user "test". I deduce NIS is not the problem.
Then I have assigned a locally generated passwd to "test". This was created
as an md5 passwd and kdm works correctly.
Is that some trouble with kde and non-md5 passwords?

Thanks!

Comment 1 Luca Bonomi 2000-03-30 13:27:59 UTC
Trying to narrow it down:

I have removed the kdebase, kdelibs and kdesupport that come with redhat 6.2 and
installed the older kde 1.1.2 packages I was using with Redhat 6.1:

kdebase-1.1.2-11.i386.rpm
kdebase-lowcolor-icons-1.1.2-11.i386.rpm
kdelibs-1.1.2-9.i386.rpm
kdelibs-devel-1.1.2-9.i386.rpm
kdesupport-1.1.2-3.i386.rpm

With the old version I can login again.

Comment 2 Luca Bonomi 2000-04-14 13:12:59 UTC
I have noticed that if you comment out the line

auth       required    /lib/security/pam_shells.so

from the file "/etc/pam.d/kde", both kdm and klock will work correctly.
Now, why kde is using the "/lib/security/pam_shells.so" module? Any security
implications in my action?

Comment 3 Seth Vidal 2000-07-15 05:04:41 UTC
IF your users shell is not listed in /etc/shells they won't be able to login.

MAke sure the COMPLETE path to your users shell is listed in /etc/shells and kdm
and klock should work.



Comment 4 Bernhard Rosenkraenzer 2000-08-04 13:12:48 UTC
It's a feature - users with a shell of /dev/null, /bin/false or anything else
that is not listed in /etc/shells aren't supposed to be able to log in.


Note You need to log in before you can comment on or make changes to this bug.