NS Samba AD - RSAT Windows 7

I confirm that does not fix the problem. However i tried the username map option and seems good. My (temporary) tweaks follow.

  1. Create a file /etc/samba/user.map with the following contents (substitute “NETH” with your NetBIOS domain name):

    root = NETH\administrator
    
  2. Edit /etc/samba/smb.conf by adding the following line in the [global] section

    username map = /etc/samba/user.map
    
  3. 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.

2 Likes