Update readfile

This commit is contained in:
PierreGode 2020-03-25 10:11:15 +01:00 committed by GitHub
parent 2009c76b35
commit d78cc63b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@ USESASL = null # yes or null to use SASL
LDAPS = null # Address of domaincontroller LDAPS = null # Address of domaincontroller
CACERT = null # full path and file to CAroot like: /usr/share/ca-certificates/root/myCA.cer CACERT = null # full path and file to CAroot like: /usr/share/ca-certificates/root/myCA.cer
################ sudo config #################### ################ sudo config ####################
SUDOERS = null # yes or null for adding group in sudoers SUDOERS = null # yes or no for adding group in sudoers #null for manual setup
SSHSECURE = null # yes or null for for Blocking anyone but aprooved users SSHSECURE = null # yes or no for for Blocking anyone but aprooved users #null for manual setup
SUDOPROMT = null # yes or null for disable sudo promt in terminal SUDOPROMT = null # yes or no for disable sudo promt in terminal #null for manual setup