Bug 444596 - autologin is broken with kde4
Summary: autologin is broken with kde4
Status: RESOLVED DUPLICATE of bug 444742
Alias: None
Product: openSUSE 11.1
Classification: openSUSE
Component: KDE4 Workspace (show other bugs)
Version: Beta 5
Hardware: PowerPC Linux
: P2 - High : Major (vote)
Target Milestone: ---
Assignee: Dirk Mueller
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 12:19 UTC by Stefan Assmann
Modified: 2008-11-14 11:04 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
y2logs.tar.bz2 (374.58 KB, application/x-bzip)
2008-11-13 12:19 UTC, Stefan Assmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Assmann 2008-11-13 12:19:21 UTC
Created attachment 251873 [details]
y2logs.tar.bz2

I configured a user for autologin during the installation but the user didn't get logged in after the installation.
Comment 1 Lubos Lunak 2008-11-13 15:24:24 UTC
/usr/share/kde4/apps/kdm, around line 75, added recently:
  if [ $(pam-config -q --fp) = "auth:" ] then
    echo "PluginsLogin=generic"
  fi

- there is a semicolon missing before then, making this invalid sh code
- pam-config -q --fp by default returns nothing, making "=" miss left argument

And I don't have any system with such HW to test if just fixing these two is enough.
Comment 2 Stephan Binner 2008-11-14 11:04:50 UTC

*** This bug has been marked as a duplicate of bug 444742 ***