FS#472 - autologin feature of kdm and gdm does not work
Attached to Project:
Arch Linux
Opened by Max Jedi (maxjedi) - Saturday, 21 February 2004, 23:03 GMT
Last edited by Damir Perisa (damir.perisa) - Thursday, 27 May 2004, 00:10 GMT
Opened by Max Jedi (maxjedi) - Saturday, 21 February 2004, 23:03 GMT
Last edited by Damir Perisa (damir.perisa) - Thursday, 27 May 2004, 00:10 GMT
|
Details
kdm says "unable to authenticate user", gdm says "enter
password for user XXXX" (it should NOT ask for password). I
think it's not a problem of kdm and gdm - maybe something is
wrong with system paths or permissions ?
|
This task depends upon
Yep, this is an archlinux problem, the solution has been posted in the link above, seems like a lot of other distro's had the same problem.
Damir you are next ;)
i need to add a file /etc/pam.d/kde that contains:
#%PAM-1.0
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session optional /lib/security/pam_console.so
is this all?
auth required pam_env.so
auth required pam_unix.so
auth required pam_nologin.so
account required pam_unix.so
password required pam_unix.so
session required pam_unix.so
session optional pam_console.so
This should work, does kdm need an autologin thingy also ?
> This should work, does kdm need an autologin thingy also ?
i dont know, but think so, as it exist as feature
thx