search for: sec_flag_system_security

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

2011 Jan 27
1
samba acl restore error
...2011/01/26 10:41:04, 10] smbd/open.c:2896(create_file_unixpath) create_file_unixpath: access_mask = 0x11e019f file_attributes = 0x80, share_access = 0x3, create_disposition = 0x1 create_options = 0x4004 oplock_request = 0x0 ea_list = 0x(nil), sd = 0x(nil), fname = Share2/file2.txt -------------- SEC_FLAG_SYSTEM_SECURITY is 0x01000000 /* We need to support SeSecurityPrivilege for this. */ if (access_mask & SEC_FLAG_SYSTEM_SECURITY) { status = NT_STATUS_PRIVILEGE_NOT_HELD; goto fail; } and I see the restore is working fine when I Restore all informat...
2012 Feb 24
2
STATUS_ACCESS_DENIED with NTCreateAndX if Access Mask has System Security bit set
I've been trying to run a .NET app on Windows 2008 against a Samba v3.6.1 server running on OpenSuse x64 v12.1 but keep running into problems. What the .NET app is doing is trying to read the ACL for a directory using UNC path pointing to a directory below the "users" share on the samba server. The app is running as user Administrator. On the samba side the Administrator user has
2020 May 18
0
setting ACLs via powershell
...nces could not be translated. Then I run some check and dug the samba's debug log and hit the errors: [2020/05/18 14:42:29.430946, 10, pid=31893, effective(0, 0), real(0, 0)] ../../source3/smbd/open.c:5137(create_file_unixpath) create_file_unixpath: open on tesRootFolder/testAlaxa failed - SEC_FLAG_SYSTEM_SECURITY denied. [2020/05/18 14:42:29.430954, 10, pid=31893, effective(0, 0), real(0, 0)] ../../source3/smbd/open.c:5445(create_file_unixpath) create_file_unixpath: NT_STATUS_PRIVILEGE_NOT_HELD [2020/05/18 14:42:29.430961, 10, pid=31893, effective(0, 0), real(0, 0)] ../../source3/smbd/open.c:5722(create_f...