search for: aceflags

Displaying 3 results from an estimated 3 matches for "aceflags".

Did you mean: ace_flags
2006 Mar 25
1
Help with File.set_permissions port
I''ve got a (broken) version of File.set_permissions in CVS, and I need some help finishing it off please. Heesob, can you take a look? Thanks, Dan
2019 Apr 30
1
Group Permissions Not Working
...t/source3/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, t...
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