mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Active directory join script for Ubuntu and debian
Semi automated active directory script. Will detect your ubuntu version (14 and 16 only ) Will find you realm on network
This commit is contained in:
parent
6f34a278d3
commit
1c4e41ddd3
@ -66,6 +66,7 @@ then
|
|||||||
echo "Detecting Ubuntu 16"
|
echo "Detecting Ubuntu 16"
|
||||||
sudo realm join --verbose --user=$ADMIN $DOMAIN
|
sudo realm join --verbose --user=$ADMIN $DOMAIN
|
||||||
else
|
else
|
||||||
|
clear
|
||||||
echo "Having issuers to detect your Ubuntu version"
|
echo "Having issuers to detect your Ubuntu version"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user