share folder permission issue

I upgraded my Samba server from version 4.1.9 to 4.2.0 (samba420-4.20.7_4). The shared folders are accessible, but I cannot modify from or write to them. Below is the configuration file. If I switch to version 4.19, everything works. Could you please help me identify what the issue might be? Thanks!
Code:
[global]
       security = ADS
       realm = XXX
       netbios name = xxx
       nsupdate command = /usr/local/bin/samba-nsupdate -g
       wins server = xxx
       workgroup = xxx
       winbind enum groups = Yes
       winbind enum users = Yes
       winbind nss info = rfc2307
       idmap config *:range = 2000-9999
       idmap config * : backend = tdb

[data1]
        path= /data/share
        writable =yes
        vfs objects = zfsacl
1745042739474.png

1745042899216.png
 
Back
Top