Displaying 2 results from an estimated 2 matches for "site001".
Did you mean:
site01
2008 Nov 11
0
I'm Sure I'm Missing Something Simple and Stupid, But...
...4:55:58, 3] smbd/process.c:switch_message(927)
switch message SMBtrans2 (pid 22078) conn 0x9ba1680
[2008/11/11 04:55:58, 3] smbd/sec_ctx.c:set_sec_ctx(241)
setting sec ctx (2111, 1516) - sec_ctx_stack_ndx = 0
[2008/11/11 04:55:58, 3] smbd/msdfs.c:get_referred_path(633)
get_referred_path: |ftp_site001| in dfs path \ha03\ftp_site001 is not
a dfs root.
[2008/11/11 04:55:58, 3] smbd/error.c:error_packet_set(106)
error packet at smbd/trans2.c(6259) cmd=50 (SMBtrans2)
NT_STATUS_NOT_FOUND
[2008/11/11 04:55:58, 3] smbd/process.c:process_smb(1069)
Transaction 4 of length 1896
[2008/11/11 04:55:58, 3...
2008 Nov 14
2
string_to_sid: Sid MYDOMAIN\mygroup does not start with 'S-'.
...message
[2008/11/13 16:05:06, 3] lib/util_sid.c:string_to_sid(228)
string_to_sid: Sid MYDOMAIN\mygroup does not start with 'S-'.
[2008/11/13 16:05:06, 2] smbd/service.c:make_connection_snum(732)
user 'MYDOMAIN\user' (from session setup) not permitted to access this
share (ftp_site001)
[2008/11/13 16:05:06, 3] smbd/error.c:error_packet_set(61)
error packet at smbd/reply.c(662) cmd=117 (SMBtconX)
NT_STATUS_ACCESS_DENIED
The following code snippet shows where this error is coming from:
<snip_start>
bool string_to_sid(DOM_SID *sidout, const char *sidstr)
{
cons...