Update readfile

This commit is contained in:
PierreGode 2020-03-24 19:40:57 +01:00 committed by GitHub
parent 35f7840d75
commit 74b562849e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
2020-03-24 # Work in progress 2020-03-24 # Work in progress
SASL = null # Address of domaincontroller SASL = null # Address of domaincontroller
CACERT = null # full path and file to CAroot like: /usr/share/ca-certificates/root/myCA.cer
SUDOERS = null # yes or no for adding group in sudoers SUDOERS = null # yes or no for adding group in sudoers
SSHSECURE = null # yes or no for for Blocking anyone but aprooved users SSHSECURE = null # yes or no for for Blocking anyone but aprooved users
SUDOPROMT = null # yes or no for disable sudo promt in terminal SUDOPROMT = null # yes or no for disable sudo promt in terminal