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
004a872400
commit
1a154a68d3
6
readfile
6
readfile
@ -1,10 +1,10 @@
|
|||||||
2020-03-24 # Work in progress
|
# "null" is for manual setup and will result in promts.
|
||||||
################ ldaps config ####################
|
################ ldaps config ####################
|
||||||
USESASL = null # yes or null 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
|
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
|
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
|
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 #null for manual setup
|
DISSPROMT = null # yes or no for disable sudo promt in terminal
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user