mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update readfile
This commit is contained in:
parent
149db7ffc7
commit
7fff704626
19
readfile
19
readfile
@ -1,14 +1,15 @@
|
|||||||
# "null" is for manual setup and will result in promts. misconfuguration will result in skipping that config and giving promts.
|
# "null" is for manual setup and will result in promts. misconfuguration will result in skipping that config and giving promts.
|
||||||
################ Config ####################
|
################ Config ####################
|
||||||
DOMAIN = null # insert domain name ex:domain.com leave null for autodiscover ( promt )
|
DOMAIN = null # Insert domain name ex:domain.com leave null for autodiscover ( promt )
|
||||||
################ ldaps config ####################
|
################ ldaps config ####################
|
||||||
USESASL = null # yes or no to use SASL
|
USESASL = null # yes or no 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
|
||||||
################ auth config ####################
|
################ auth config ####################
|
||||||
LOCALADMIN = null # name of the user for the local account # like :administrator #null sets administrator as default user
|
ADADMIN = null # Set the name of domain admin of service user for authenticating the domain join
|
||||||
SUDOERS = null # yes or no for adding group in sudoers #null for manual setup
|
LOCALADMIN = null # Name of the user for the local account # like :administrator #null sets administrator as default user
|
||||||
SSHSECURE = null # yes or no for for Blocking anyone but aprooved users #null for manual setup
|
SUDOERS = null # yes or no for adding group in sudoers #null for manual setup
|
||||||
DISSPROMT = null # yes or no for disable sudo promt in terminal
|
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 ############
|
############### 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.
|
ENCRYPTEDPASSWD = null #yes or no # Use sh ADconnection.sh -p to generate encrypted passwd and store Private key in a safe place.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user