Use an alternative ssl key file for samba because of permission issues.
This commit is contained in:
parent
e1aa9466c7
commit
1a46b88a0b
2 changed files with 14 additions and 14 deletions
|
|
@ -11,13 +11,13 @@ dns forwarder = 216.119.155.58 185.176.90.169
|
|||
allow dns updates = secure
|
||||
tls cafile = /etc/ssl/certs/ca-certificates.crt
|
||||
tls certfile = /etc/certificates/core.slackware.uk.internal_cert.pem
|
||||
tls keyfile = /etc/certificates/core.slackware.uk.internal_key.pem
|
||||
tls keyfile = /etc/certificates/core.slackware.uk.internal_key_samba.pem
|
||||
tls verify peer = ca_and_name_if_available
|
||||
log level = 1
|
||||
logging = syslog:local5
|
||||
log file = /var/log/samba/samba-debug
|
||||
debug syslog format = always
|
||||
debug hires timestamp = yes
|
||||
debug hires timestamp = no
|
||||
enable core files = no
|
||||
idmap config * : backend = tdb
|
||||
# There are only 568 IDs mapped into the container by TrueNAS, so limit the number that can be used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue