Added support for Elementary and Ubuntu 20

Added support for Elementary and Ubuntu 20
This commit is contained in:
PierreGode 2020-02-04 14:09:01 +01:00 committed by GitHub
parent 38091e79cb
commit 5ab4d9927f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Linux-Active-Directory-join-script By Pierre 2017-2020 # Linux-Active-Directory-join-script By Pierre 2017-2020
Supported OS's: Ubuntu 14-19.10 + mate, Debian ,Cent OS,Rasbian ,Fedora, Linux Mint, Kali and Elemantary OS Supported OS's: Ubuntu 14-20 + mate, Debian ,Cent OS,Rasbian ,Fedora, Linux Mint, Kali and Elemantary OS
This is a script for Active Directory join with realmd. This is a script for Active Directory join with realmd.
and is a result of a lot of small upgrades according as needs has emerged. and is a result of a lot of small upgrades according as needs has emerged.
@ -57,7 +57,7 @@ Or if you want to manage sudo users by a new group then create a group name LINU
4. git clone this script and run 4. git clone this script and run
Execute the script with sudo sh ADconnection.sh, It will detect if it is a client or a server, it will also detect if client is running ubuntu 14,16,17, 18, 19, mate,Debian ,Cent OS,Rasbian ,Fedora, Linux Mint or Kali Execute the script with sudo sh ADconnection.sh, It will detect if it is a client or a server, it will also detect if client is running ubuntu 14,16,17, 18, 19,20, mate,Debian ,Cent OS,Rasbian ,Fedora, Linux Mint or Kali
the script will find your domain name if existing, and your networkconfig is correct.. if not a promt will let you type the domain name. "domain.com" the script will find your domain name if existing, and your networkconfig is correct.. if not a promt will let you type the domain name. "domain.com"
If there are issues finding the domain please dubblecheck your dns configuration on the domain controller. If there are issues finding the domain please dubblecheck your dns configuration on the domain controller.