From 34985f51743eef02c5fd49c5a7e330131bb48d2e Mon Sep 17 00:00:00 2001 From: PierreGode Date: Tue, 27 Mar 2018 11:43:11 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1619087..481586e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Linux-Active-Directory-join-script By Pierre 2018 -Supported OS: Ubuntu 14-18, Debian, Cent OS, Rasbian and Kali +Supported OS: Ubuntu 14-18 + mate, Debian, Cent OS, Rasbian and Kali This is a script for Active Directory join with realmd. and is a result of al lot of small upgrades according as needs emerged. @@ -73,3 +73,11 @@ reboot and wait 5 min before login If you have issues with slow replies from the domain controller i have added lines to nsswitch an sssd to prevent hangs, slow logins and slow repy from sudo commands in a teminal. this was added 2017/11 so if you have and older "join" than 2017/11 you should do a rejoin. +How to git? +On linux client install git = sudo apt-get install git -y +Clone this repo = sudo git clone https://github.com/PierreGode/Linux-Active-Directory-join-script.git +To update repo to latest version = in the folder Linux-Active-Directory-join-script/ = sudo git pull + + + +