1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

vfs_fruit: change default for "fruit:zero_file_id" to false

Now that we have reliable File-IDs, change the default for the option
"zero_file_id" to false.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2019-06-30 13:33:39 +02:00 committed by Jeremy Allison
parent eb98678656
commit 03690ec218
2 changed files with 2 additions and 1 deletions

View File

@ -110,6 +110,7 @@ smb.conf changes
-------------- ----------- -------
web port Removed
fruit:zero_file_id Changed default False
KNOWN ISSUES

View File

@ -2226,7 +2226,7 @@ static int init_fruit_config(vfs_handle_struct *handle)
config->aapl_zero_file_id =
lp_parm_bool(SNUM(handle->conn), FRUIT_PARAM_TYPE_NAME,
"zero_file_id", true);
"zero_file_id", false);
config->readdir_attr_rsize = lp_parm_bool(
SNUM(handle->conn), "readdir_attr", "aapl_rsize", true);