Comment 3 for bug 1049186

Revision history for this message
Jakub Hrozek (jakub-hrozek) wrote : Re: sssd forgets group memberships of foo when foo logs in; remembers them after ten seconds after restarting sssd

Sure, getent group and groups should yield the same results, the are just a different ways of reaching the same information -- getent group <groupname> retrieves members of a group, groups <username> performs an initgroups operation that retrieves the groups the user is a member of.

I think we should debug the information some more...

Can you raise the "debug_level" in the "domain" section of the sssd.conf to 8 perhaps, clear the SSSD caches and run both tests? Then please attach /var/log/sssd/sssd_SAMBA.log.

Did exactly the same config file work with a previous SSSD version?