From e9057ebd54d932ac9119efff6f898087258e25a6 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Tue, 14 Apr 2020 11:18:14 +0200 Subject: [PATCH] Added password option. not finished! Added password option. not finished in ADconnection.sh script. --- readfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readfile b/readfile index 419a390..5ebeb6b 100644 --- a/readfile +++ b/readfile @@ -10,3 +10,5 @@ LOCALADMIN = null # name of the user for the local account # like :administrator SUDOERS = null # yes or no for adding group in sudoers #null for manual setup SSHSECURE = null # yes or no for for Blocking anyone but aprooved users #null for manual setup DISSPROMT = null # yes or no for disable sudo promt in terminal +############### read encrypted passwd ############ +ENCRYPTEDPASSWD = null # yes or no # Use sh ADconnection.sh -p to generate encrypted passwd and store Private key in a safe place.