search for: win_ace_flags

Displaying 2 results from an estimated 2 matches for "win_ace_flags".

2019 Apr 30
1
Group Permissions Not Working
...modules/nfs4_acls.c 2018-07-12 10:23:36.000000000 +0200 +++ samba-4.9.4-mikha02/source3/modules/nfs4_acls.c 2019-03-04 11:29:29.263401000 +0100 @@ -380,6 +380,17 @@ DEBUG(10, ("Windows mapped ace flags: 0x%x => 0x%x\n", ace->aceFlags, win_ace_flags)); + + // 2019-03-04 mikael.haglund at liu.se - Dirtyhack + // https://bugzilla.samba.org/show_bug.cgi?id=13809 + // Windows won't grant write access unless it have write access on attrib + // If write access of the data, then grant write...
2019 Apr 30
5
Group Permissions Not Working
Test 1: User User1 is a member of group Group1. Group1 has R-X rights to the shared folder SITES. When User1 connects to the server over SMB he sees SITES but when he tries to access it he gets access denied. Logs for the attempt show “chdir (/srv/SITES) failed, reason: Permission denied” Test 2: The same user can connect to the server over SSH and access the folder according to the group