smbd: allocation roundup size ist deprecated (#146)
smbd: allocation roundup size ist deprecated Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#146 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
b3f7e036d1
commit
16b72e3dfa
2 changed files with 0 additions and 2 deletions
|
@ -29,7 +29,6 @@
|
|||
smb_time_server: "no"
|
||||
smb_wins_support: "no"
|
||||
smb_acl_allow_execute_always: "yes"
|
||||
smb_allocation_roundup_size: "4096"
|
||||
smb_force_user: "root"
|
||||
smb_force_group: "users"
|
||||
smb_workgroup: WORKGROUP
|
||||
|
|
|
@ -31,7 +31,6 @@ local master = {{ smb_local_master }}
|
|||
time server = {{ smb_time_server }}
|
||||
wins support = {{ smb_wins_support }}
|
||||
acl allow execute always = {{ smb_acl_allow_execute_always }}
|
||||
allocation roundup size = {{ smb_allocation_roundup_size }}
|
||||
force user = {{ smb_force_user }}
|
||||
force group = {{ smb_force_group }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue