Le Sun, 29 May 2011 16:16:31 +0300,
Marius Cirsta <[email protected]> a écrit :

>  I've had a problem with Frugalware current where autologin with KDM would 
> fail.
> 
>  By looking at the /var/log/secure I've found that the problem was
> caused by PAM :
> 
> May 29 13:22:38 frugalware kdm: :0[520]: pam_unix(kde-np:auth):
> authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost=
> user=marius
> 
> I've then looked at file change history from git and found that
> commit:  eaa9c002b47e87585c7c1225cb23b046264f599d   on  Date:   Tue
> Mar 22 17:30:48 2011 +0100
> actually changed the  kde-np.pamd file.
> 
> I'm sure this was a necessary change as the message is
> 
>     kdebase-workspace-4.6.1-4-x86_64
>     *use our pam rules from pam-frugalware
> 
> but the problem is that it broke autologin with kdm. Using the old
> kde-np.pamd files the autologin works while using the new one in
> current it fails.
> 
> I'm no expert in PAM so I'm not really sure what the fix would be.
> _______________________________________________
> Frugalware-devel mailing list
> [email protected]
> http://frugalware.org/mailman/listinfo/frugalware-devel

Hi,
can you try to add to /etc/pam.d/login-manager (at the end)
auth       required     pam_permit.so
account    include      system-auth
password   include      system-auth
session    include      system-auth
session    optional     pam_console.so
session    optional     pam_polkit_console.so

and use kde-np.pamd from current. If that fix your problem I will fix 
login-manager from pam-frugalware.
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to