Skip to content
Snippets Groups Projects
Commit dc2dd77a authored by Chris Hines's avatar Chris Hines
Browse files

sssd uses the ldapDomain rather than the ansible_domain to template sssd.conf....

sssd uses the ldapDomain rather than the ansible_domain to template sssd.conf. Hopefully machines will work with sssd even with domain resolution (hostname -d)
parent eb1aa4dc
No related branches found
No related tags found
No related merge requests found
[sssd] [sssd]
config_file_version = 2 config_file_version = 2
domains = {{ ansible_domain }} domains = {{ ldapDomain }}
services = nss, pam, autofs services = nss, pam, autofs
[nss] [nss]
...@@ -9,7 +9,7 @@ filter_groups = slurm, munge ...@@ -9,7 +9,7 @@ filter_groups = slurm, munge
[pam] [pam]
[domain/{{ ansible_domain }}] [domain/{{ ldapDomain }}]
ldap_referrals = false ldap_referrals = false
cache_credentials = false cache_credentials = false
entry_cache_timeout=3600 entry_cache_timeout=3600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment