Update to 2022-10-20 10:00

This commit is contained in:
Daniel Berteaud 2022-10-20 10:00:08 +02:00
parent 2c1b5706bd
commit 091322a664
4 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,8 @@ nas_shares: []
# browseable: True
# guest_ok: False
# nt_acl: True
# custom_conf: |
# fruit:time machine = yes
# rsync:
# enabled: True
# read_only: True
@ -60,6 +62,7 @@ nas_default_share:
guest_ok: False
full_audit: True
nt_acl: False
custom_conf: '# No custom configuration'
rsync:
enabled: False
read_only: True

View File

@ -49,6 +49,7 @@
full_audit:failure=mkdir rmdir open opendir close closedir rename unlink connect disconnect
full_audit:prefix=%u|%D|%I|%M|%S
{% endif %}
{{ share.protocols.smb.custom_conf | indent(2, True) }}
{% endif %}

View File

@ -98,3 +98,6 @@ samba_trusted_domains: {}
# samba_min_protocol: NT1
# samba_max_protocol: SMB3
# Custom samba global parameters
samba_custom_conf: '# No custom configuration defined'

View File

@ -44,6 +44,8 @@
tls keyfile = {{ samba_tls_key }}
{% endif %}
{{ samba_custom_conf | indent(4, True) }}
[netlogon]
path = /var/lib/samba/sysvol/{{ samba_realm }}/scripts
read only = no