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

Merge branch 'changes_to_sssd' into 'master'

move the sss cache onto tmpfs to speed up queries

See merge request !22
parents 71dbe738 e2e13098
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,11 @@
sudo: true
notify: restart sssd
- name: "Make the cache a tmpfs"
mount: name=/var/lib/sss/db/ src=tmpfs fstype=tmpfs opts='size=40m' state=mounted
become: true
become_user: root
- name: "start sssd"
service: name=sssd state=started enabled=yes
sudo: true
......@@ -12,10 +12,10 @@ filter_groups = slurm, munge
[domain/{{ ldapDomain }}]
ldap_referrals = false
cache_credentials = false
entry_cache_timeout=120
memcache_timeout=120
entry_cache_timeout=5400
memcache_timeout=300
entry_cache_nowait_percentage=50
enumerate = true
enumerate = false
id_provider = ldap
auth_provider = ldap
......
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