Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.17
-
None
Description
Current Situation
- By default, YADE makes use of the SMB data provider from: https://github.com/hierynomus/smbj
- Depending on the SMB configuration, renaming files may result in a PERMISSION DENIED error even though the permissions are set correctly.
Desired Behaviour
- Renaming files should work if the permissions are set correctly.
Maintainer Note
- The underlying library smbj has been updated from smbj-0.11.5 to smbj-0.12.2.
- By default, the SOSSMBJ provider sets the permissions to open a file according to the current operation (open file for read/write/rename, etc.).
- A new setting sossmbj.accessMaskMaximumAllowed is introduced (default false) to control MAXIMUM_ALLOWED globally for all operations described above.
- Support of SMBFragment -> ConfigurationFiles by the smbj data provider:
- the smbj specific settings can be provided with a configuration file in the following format:
- Support of SMBFragment -> ConfigurationFiles by the smbj data provider: