From 5ed4c2a13580a7c5a55f456964016d8b4bb74838 Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Tue, 16 Jan 2024 11:47:55 +0100 Subject: [PATCH] Attempt to shorten login time by ignoring group members. This is seems to be the solution for larger groups. --- roles/lmn_sssd/templates/sssd.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/lmn_sssd/templates/sssd.conf.j2 b/roles/lmn_sssd/templates/sssd.conf.j2 index 9de11e5..0c10c3c 100644 --- a/roles/lmn_sssd/templates/sssd.conf.j2 +++ b/roles/lmn_sssd/templates/sssd.conf.j2 @@ -16,3 +16,4 @@ default_shell = /usr/bin/bash ad_gpo_access_control = disabled ad_gpo_ignore_unreadable = True ad_maximum_machine_account_password_age = 0 +ignore_group_members = True