Update ADconnection.sh

This commit is contained in:
PierreGode 2025-06-07 09:30:20 +02:00 committed by GitHub
parent a6b4c6a8c5
commit 5c939fa941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1902,7 +1902,7 @@ exit
fi fi
echo "session required pam_unix.so" | sudo tee -a /etc/pam.d/common-session echo "session required pam_unix.so" | sudo tee -a /etc/pam.d/common-session
fi_auth_yum fi_auth_yum
exit exit 0
} }
############################### Raspberry Pi ################################### ############################### Raspberry Pi ###################################
@ -2016,7 +2016,7 @@ echo "AD join failed.please check your errors with journalctl -xe"
exit exit
fi fi
fi_auth_yum fi_auth_yum
exit exit 0
} }
############################# Elemntary ##################################### ############################# Elemntary #####################################
@ -2085,7 +2085,7 @@ else
sudo echo "greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/40-io.elementary.greeter.conf sudo echo "greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/40-io.elementary.greeter.conf
fi fi
fi_auth fi_auth
exit exit 0
} }
############################# Linux Mint ##################################### ############################# Linux Mint #####################################
@ -2155,7 +2155,7 @@ else
sudo echo "greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-disable-guest.conf sudo echo "greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-disable-guest.conf
fi fi
fi_auth fi_auth
exit exit 0
} }
############################### Update to Realmd from likewise ################## ############################### Update to Realmd from likewise ##################