Here's a sanitized sssd.conf that works on our slurm compute nodes:
[sssd]
domains = [AD_FQDNS]
config_file_version = 2
services = nss, pam
[domain/[AD_FQDNS]
default_shell = /bin/bash
krb5_store_password_if_offline = True
cache_credentials = True
krb5_realm = [ALLCAPS_AD_FQDNS]
realmd_tags = manages-system joined-with-adcli
id_provider = ad
fallback_homedir = /home/%u
ad_domain = [AD_FQDNS]
use_fully_qualified_names = False
ldap_id_mapping = True
access_provider = ad
I hope it helps.