mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
fcd5d3167d
commit
91cfb450e4
@ -121,8 +121,12 @@ sudo echo "Configuratig files.."
|
|||||||
sudo echo "Verifying the setup"
|
sudo echo "Verifying the setup"
|
||||||
sudo systemctl enable sssd
|
sudo systemctl enable sssd
|
||||||
sudo systemctl start sssd
|
sudo systemctl start sssd
|
||||||
states=$( echo 0 )
|
states=$( echo null )
|
||||||
states1=$( echo 0 )
|
states1=$( echo null )
|
||||||
|
grouPs=$( echo null )
|
||||||
|
homedir=$( echo null )
|
||||||
|
therealm=$( echo null )
|
||||||
|
cauth=$( echo null )
|
||||||
clear
|
clear
|
||||||
read -p "${RED_TEXT}"'Do you wish to enable SSH login.group.allowed'"${END}""${NUMBER}"'(y/n)?'"${END}" yn
|
read -p "${RED_TEXT}"'Do you wish to enable SSH login.group.allowed'"${END}""${NUMBER}"'(y/n)?'"${END}" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user