From e4d39f3c9b87762685e46dc8deffc49e228fb5c2 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Thu, 16 Apr 2015 01:13:02 +0000
Subject: [PATCH] tell sssd to ignore munge and slurm accounts in ldap. They
 shouldn't be there anyway since these are system users, not user accounts

---
 roles/openLdapClient/templates/sssd.j2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/roles/openLdapClient/templates/sssd.j2 b/roles/openLdapClient/templates/sssd.j2
index 05c9acf..1dac0d8 100644
--- a/roles/openLdapClient/templates/sssd.j2
+++ b/roles/openLdapClient/templates/sssd.j2
@@ -4,7 +4,8 @@ domains = {{ ansible_domain }}
 services = nss, pam, autofs
 
 [nss]
-filter_users = root
+filter_users = root, slurm, munge
+filter_groups = slurm, munge
 
 [pam]
 
-- 
GitLab