From e8afa1b600ba87beb1209cc8f5134b9246633d73 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Wed, 25 Mar 2020 10:27:19 +0100 Subject: [PATCH] Update readfile --- readfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readfile b/readfile index 7982be2..ab51a6b 100644 --- a/readfile +++ b/readfile @@ -3,7 +3,8 @@ USESASL = null # yes or null to use SASL LDAPS = null # Address of domaincontroller CACERT = null # full path and file to CAroot like: /usr/share/ca-certificates/root/myCA.cer -################ sudo config #################### +################ auth config #################### +LOCALADMIN = null # name of the user for the local account # like :administrator #null sets administrator as default user 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 SUDOPROMT = null # yes or no for disable sudo promt in terminal #null for manual setup