I confirm that does not fix the problem. However i tried the username map
option and seems good. My (temporary) tweaks follow.
-
Create a file
/etc/samba/user.map
with the following contents (substitute “NETH” with your NetBIOS domain name):root = NETH\administrator
-
Edit
/etc/samba/smb.conf
by adding the following line in the[global]
sectionusername map = /etc/samba/user.map
-
systemctl restart smb
Now I can change Share permissions from Computer Management in a Win10Pro client.
Please @GG_jr, @JeffBales test it on your environments and tell me if it breaks something. Be aware of this bug, too: And then shared folders stopped working...? - #13 by davidep.
The changes above are temporary and are overwritten the next time smb.conf is expanded.