From d78cc63b40461a9ab9bfe62555cdcb8831e41604 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Wed, 25 Mar 2020 10:11:15 +0100 Subject: [PATCH] Update readfile --- readfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readfile b/readfile index a615827..7982be2 100644 --- a/readfile +++ b/readfile @@ -4,6 +4,6 @@ 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 #################### -SUDOERS = null # yes or null for adding group in sudoers -SSHSECURE = null # yes or null for for Blocking anyone but aprooved users -SUDOPROMT = null # yes or null for disable sudo promt in terminal +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