mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
7 lines
356 B
Plaintext
7 lines
356 B
Plaintext
2020-03-24 # Work in progress
|
|
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
|
|
SSHSECURE = null # yes or no for for Blocking anyone but aprooved users
|
|
SUDOPROMT = null # yes or no for disable sudo promt in terminal
|