From 3ff1c8d620aaee4ec038ce002c832527ac8b33d8 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Thu, 13 Sep 2018 10:23:20 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ADconnection.sh b/ADconnection.sh index e127468..54c1396 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -155,6 +155,15 @@ entry_cache_timeout = 600 #entry_cache_user_timeout = 5400 #entry_cache_group_timeout = 5400 #cache_credentials = TRUE +### Added to help with group mapping +###ldap_use_tokengroups = False +#ldap_schema = rfc2307bis +#ldap_schema = rfc2307 +#ldap_schema = IPA +#ldap_schema = AD +#ldap_search_base = DC=$NetBios,DC=$coms +#ldap_group_member = uniquemember +#ad_enable_gc = False entry_cache_nowait_percentage = 75" | sudo tee -a /etc/sssd/sssd.conf sudo service sssd restart ################################# Check #######################################