SSSD.CONF simple authentication not working

Latest response

Hi All,

I have setup LDAP with kerberos for AD users to login to hosts, all works, users are authenticated and are issued kerberos tickets. Problem is anyone with a UID can log in regardless of how I restrict the simple authentication.
access_provider = simple
simple_allow_groups = A-Team

Is there a config that over-rides the sssd.conf setup?

Thanks

Responses

Ignore I resolved the access issue

Could you share what your solution is? It may help if somebody comes across this issue and can then use your solution. Thanks

I was missing a line in the password-auth-ac account module interface
account [default=bad success=ok user_unknown=ignore] pam_sss.so After adding this I was able to use simple access provider and allow groups. A user that was not in the group was now correctly being denied access as per the journalctl log pam_sss(sshd:account): Access denied for user auser

Thanks for the feedback

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.