Displaying 6 results from an estimated 6 matches for "deny_mode".
Did you mean:
deep_mode
2001 Nov 30
0
DENY_MODE problem...
...rack down this bug. I can write a patch if I can
find the guilt...
----- Forwarded message from "Luis Claudio R. Goncalves" <lclaudio@conectiva.com.br> -----
Date: Thu, 29 Nov 2001 12:34:41 -0200
From: "Luis Claudio R. Goncalves" <lclaudio@conectiva.com.br>
Subject: DENY_MODE problem...
To: samba-technical@lists.samba.org
hello!
I'm facing a weird problem. When a clipper application opens a dbf file as
READONLY, its DenyMode will be DENY_ALL. If I open the same file as SHARE,
everything works ok.
I saw this under samba-2.2.1a + some patches. The code in 2.2.2 see...
2005 Sep 07
1
Samba 3.0.20 - Windows 98 problem
Server - Samba 3.0.20 on INTEL P4 running Slackware 10.1 Client - Windows
98.
Can log in, see, browse, and write.
Just can't run simultaneous, same *.exe from 2 different computers with
Windows 98
With Windows 2000, Xp this keep good time.
On samba 3.0.14a, with same smb.conf this problem dont exist.
2020 Oct 13
2
share status information from api (python3)
Looking for advice for best practices on fetching status of the samba
server and share information.
One option is to parse the output of `smbstatus` into a machine-readable
format. But I noticed there are some apis documented. We are using samba
4.11 which is supposed to have full python3 api support.
So the question is, can the share and lock information displayed in the
`smbstatus` command
2019 Apr 04
0
Shared printing between Linux (client) and Windows (server): NT_STATUS_ACCESS_DENIED
...> NTLMSSP_NEGOTIATE_NTLM
> NTLMSSP_NEGOTIATE_ALWAYS_SIGN
> NTLMSSP_NEGOTIATE_VERSION
> NTLMSSP_NEGOTIATE_128
> NTLMSSP_NEGOTIATE_KEY_EXCH
> NTLMSSP Sign/Seal - using NTLM1
> session setup ok
> tconx ok
> map_open_params_to_ntcreate: fname = stdin-7154, deny_mode =
> 0x42, open_func = 0x12
> map_open_params_to_ntcreate: file stdin-7154, access_mask =
> 0x12019f, share_mode = 0x3, create_disposition = 0x5,
> create_options = 0x40 private_flags = 0x0
> NT_STATUS_ACCESS_DENIED opening remote file stdin-7154
> ------------------------------...
2019 Apr 03
2
Shared printing between Linux (client) and Windows (server): NT_STATUS_ACCESS_DENIED
...MSSP_REQUEST_TARGET
NTLMSSP_NEGOTIATE_SIGN
NTLMSSP_NEGOTIATE_NTLM
NTLMSSP_NEGOTIATE_ALWAYS_SIGN
NTLMSSP_NEGOTIATE_VERSION
NTLMSSP_NEGOTIATE_128
NTLMSSP_NEGOTIATE_KEY_EXCH
NTLMSSP Sign/Seal - using NTLM1
session setup ok
tconx ok
map_open_params_to_ntcreate: fname = stdin-7154, deny_mode = 0x42, open_func = 0x12
map_open_params_to_ntcreate: file stdin-7154, access_mask = 0x12019f, share_mode = 0x3, create_disposition = 0x5, create_options = 0x40 private_flags = 0x0
NT_STATUS_ACCESS_DENIED opening remote file stdin-7154
------------------------------------------------------------...
2003 Dec 01
0
No subject
...tp://lists.samba.org/pipermail/samba/>
Date: Thu Sep 13 09:28:03 2001
X-Original-Date: Thu, 13 Sep 2001 09:31:09 -0700
Hello IJ,
What the debug snippet is telling you is that it is failing to open the .bat
file
because of a dos share mode violation. The violation is specifically that
the
'deny_mode' that the client is trying to use to open this file is set to
DENY_ALL,
and that there is still as share mode entry for this file (according to
samba).
But why? don't know. Expect that you are seeing this heavily because of
the pause/choice
statements forcing the single bat file to stay o...