This commit is contained in:
2022-12-13 22:42:29 +01:00
parent b43c5a25cd
commit c00d41cc9c
10 changed files with 412 additions and 81 deletions

View File

@ -57,7 +57,7 @@
#
# Example: server min protocol = NT1
#
server min protocol = {{ samba_server_min_protocol }}
server min protocol = {{ samba_server_min_protocol|default('SMB2_02') }}
{% endif %}