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
5149e9d9f0
commit
a87db447b9
@ -108,7 +108,9 @@ sudo echo "%DOMAIN\ admins ALL=(ALL:ALL) ALL" | sudo tee -a /etc/sudoers.d/domai
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
[Nn]* ) echo "Disabled sudo rights for users on this machine"
|
||||
[Nn]* )
|
||||
sudo echo "administrator ALL=(ALL:ALL) ALL" | sudo tee -a /etc/sudoers.d/sudoers
|
||||
echo "Disabled sudo rights for users on this machine"
|
||||
echo ""
|
||||
echo ""
|
||||
states=$( echo 12 );;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user