Displaying 5 results from an estimated 5 matches for "nt_status_privilege_not_held".
2012 Dec 18
2
SMB2 CREATE + ACCESS_SYSTEM_SECURITY
...above is theoretical in nature. Practically speaking, does any
version of the Samba server respond correctly to the request described
above? I have a Windows application that makes such a request, and have
tested it against Samba server versions 3.5.10-125.el6 and 3.6.7. I keep
seeing a response of NT_STATUS_PRIVILEGE_NOT_HELD, and think that's not the
correct response when the client has superuser privileges - but perhaps my
expectation is wrong. If I make the same request while connected to a share
on a Windows server, the response is NT_STATUS_OK.
Is there a Samba server configuration change I could make that wou...
2009 Feb 24
6
Can't modify ms word files with samba 3.3
Hello,
I tried this week to upgrade my samba 3.2.4 (2 PDCs one trusting the
other) to samba 3.3.0 then samba 3.3.1, and apart from the problem
with winbindd and trusted domain, my users are not able to modify any
ms word document (excel does the same).
You can open the file correctly, modify it, and when saving it, it
pops up "Access denied"
If you try to save the file in the same
2020 May 18
0
setting ACLs via powershell
..../../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_file_default)
create_file: NT_STATUS_PRIVILEGE_NOT_HELD
So I tried to grant other privileges but nothing changes.
I know I could go ahead with icacls.exe command, and I am doing that,...
2011 Jan 27
1
samba acl restore error
...eate_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 information except security for files and directories
----
create_file_unixpath: access_mask = 0x100001 file_attributes = 0x0, share_access = 0x7, create_disposition = 0x1 create_options = 0x40...
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