-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 09/26/2013 11:11 AM, Longina Przybyszewska wrote:
I am testing sssd-1.11.0 in Ubuntu Saucy - and have problems with ssh and login from GUI-login (lightdm and gdm) to the machine.
when using local account I get answers from commands:
sudo id aduser
getent passwd aduser
I get "Permission denied:" trying to login :
ssh x.x.x.x -l aduser ssh x.x.x. -l aduser@my.domain.com and login as aduser, aduser@my.domain.com from login screen.
From sssd_pam.log -----------------------
<snip>
(Thu Sep 26 16:25:44 2013) [sssd[pam]] [pam_dp_process_reply] (0x0100): received: [4][my.domain.com]
(Thu Sep 26 16:25:44 2013) [sssd[pam]] [pam_reply] (0x0200): pam_reply called with result [4].
Well, this message means that you got error code 4 back from the data provider (which is PAM_SYSTEM_ERR). That usually means a bug of some kind.
We need the log from the sssd_<domain>.log file at the same time to figure out what happened.