[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

KDM automatic login



Hello all,

I'm using KDE from download.kde.org.
	kdm            3.2.0-0woody1  KDE Display Manager

When I try to use KDM's Automatic Login feature, I see "Authenticating 
guest. Authentication failed." I thought this might be related to 
pam, so I've included /etc/pam.d/kdm here.

Please cc me in your reply.
Thanks,
Shaun


#%PAM-1.0

auth       required     pam_nologin.so
auth       required     pam_unix.so shadow nullok
auth       required     pam_env.so
account    required     pam_unix.so
session    required     pam_unix.so
session    required     pam_limits.so

# (Remove `md5' after the module name to disable MD5 passwords

password   required     pam_unix.so nullok obscure min=4 max=8 md5

# Alternate strength checking for password. Note that this
# requires the libpam-cracklib package to be installed.
# You will need to comment out the password line above and
# uncomment the next two in order to use this.
# (Replaces the `OBSCURE_CHECKS_ENAB', `CRACKLIB_DICTPATH')
#
# password required       pam_cracklib.so retry=3 minlen=6 difok=3
# password required       pam_unix.so use_authtok nullok md5



Reply to: