From a3e6afc08686ced980e305add362bf41fc924af4 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Wed, 11 Mar 2020 20:37:22 +0100 Subject: [PATCH] fixes to ldap_tls_cacert fixes to ldap_tls_cacert --- ADconnection.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index d0503ab..dfcb53d 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -4,7 +4,7 @@ # This program is open source; you can redistribute it and/or modify it under the terms of the GNU General Public # # This is an normal bash script and can be executed with sh EX: ( sudo sh ADconnection.sh ) # # Generic user setup is: administrator, domain admins, groupnamesudores= groupname=hostname + sudoers on group name in AD groups # -# Supported OS's: Ubuntu 14-20 + mate,Debian ,Cent OS,Rasbian ,Fedora, Linux Mint,Elementary OS and Kali ( autodetect function ) # +# Supported OS's: Ubuntu 14-20 + mate,Debian ,Cent OS,Rasbian ,Fedora, Linux Mint,Elementary OS and Kali ( autodetect function ) # #This scrips is a long serie of small updates and not well planned, the script works as expected, but this is not beautiful code # # Maybe someday I re-do the script and make it "good code" but overall it has minimal shellcheck issues # ################################################################################################################################## @@ -178,6 +178,7 @@ entry_cache_timeout = 600 #ldap_group_member = uniquemember #ad_enable_gc = False entry_cache_nowait_percentage = 75" | sudo tee -a /etc/sssd/sssd.conf +sudo service sssd restart sleep 1 clear echo "For SASL put you company root-ca.cer in /usr/share/ca-certificates/root/ folder"