diff --git a/readfile b/readfile index 41c43a0..a615827 100644 --- a/readfile +++ b/readfile @@ -1,9 +1,9 @@ 2020-03-24 # Work in progress ################ ldaps config #################### -USESASL = null # yes or no to use SASL +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 no for adding group in sudoers -SSHSECURE = null # yes or no for for Blocking anyone but aprooved users -SUDOPROMT = null # yes or no for disable sudo promt in terminal +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