Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-06-28 11:12:50 +02:00 committed by GitHub
parent fcd5d3167d
commit 91cfb450e4

View File

@ -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