PierreGode e9057ebd54
Added password option. not finished!
Added password option. not finished in ADconnection.sh script.
2020-04-14 11:18:14 +02:00

15 lines
1.1 KiB
Plaintext

# "null" is for manual setup and will result in promts. misconfuguration will result in skipping that config and giving promts.
################ Config ####################
DOMAIN = null # insert domain name ex:domain.com leave null for autodiscover ( promt )
################ ldaps config ####################
USESASL = null # yes or no to use SASL
LDAPS = null # Address of domaincontroller
CACERT = null # full path and file to CAroot like: /usr/share/ca-certificates/root/myCA.cer
################ auth config ####################
LOCALADMIN = null # name of the user for the local account # like :administrator #null sets administrator as default user
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
DISSPROMT = null # yes or no for disable sudo promt in terminal
############### read encrypted passwd ############
ENCRYPTEDPASSWD = null # yes or no # Use sh ADconnection.sh -p to generate encrypted passwd and store Private key in a safe place.