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

Merge pull request #127 from l1ll1/master

sssd uses the ldapDomain rather than the ansible_domain to template s…
parents eb1aa4dc dc2dd77a
No related branches found
No related tags found
No related merge requests found
[sssd]
config_file_version = 2
domains = {{ ansible_domain }}
domains = {{ ldapDomain }}
services = nss, pam, autofs
[nss]
......@@ -9,7 +9,7 @@ filter_groups = slurm, munge
[pam]
[domain/{{ ansible_domain }}]
[domain/{{ ldapDomain }}]
ldap_referrals = false
cache_credentials = false
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