Added password option. not finished!

Added password option. not finished in ADconnection.sh script.
This commit is contained in:
PierreGode 2020-04-14 11:18:14 +02:00 committed by GitHub
parent fb5d43a00b
commit e9057ebd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.