Displaying 7 results from an estimated 7 matches for "dl_fred1_testshare_r".
2018 Jan 12
3
Access to Windows 2016 server works with IP but not with netbios name
...Test Share for further testing
path = /cifs/TestShare_test
hosts allow =ALL
hosts deny = ALL
browseable = yes
writeable = no
directory mask = 0777
force user = cifs_user
guest ok = No
valid users = @WG\dl_fred1_testshare_m, @WG\dl_fred1_testshare_r
write list = @WG\dl_fred1_testshare_m
My questions are:
1) What does the error:
string_to_sid: SID @WG\dl_fred1_testshare_r is not in a valid format
mean?
2) For the connections using the NETBIOS name, I see lots of messages
similar to:
[2018/01/12 23:10:38.716169, 2]
smbd/service.c:...
2018 Jan 14
2
Access to Windows 2016 server works with IP but not with netbios name
...In looking at the sources for libcli/security/dom_sid.c, which is
where the "invalid format" messages are displayed, I'm a bit confused.
That function seems to be assuming it's received an actual SID and not
the group designation. Does anyone know why it would be checking the
@WG\dl_fred1_testshare_r?
Also, as I mentioned earlier, I only see the NT_STATUS_ACCESS_DENIED
when using the NETBIOS name to try and access the share. When using
the IP address it doesn't seem to be checking much of anything, but
allows access (at least read access) to the share. For example when
using the NETBIOS na...
2018 Jan 13
0
Access to Windows 2016 server works with IP but not with netbios name
...Test Share for further testing
path = /cifs/TestShare_test
hosts allow =ALL
hosts deny = ALL
browseable = yes
writeable = no
directory mask = 0777
force user = cifs_user
guest ok = No
valid users = @WG\dl_fred1_testshare_m, @WG\dl_fred1_testshare_r
write list = @WG\dl_fred1_testshare_m
My questions are:
1) What does the error:
string_to_sid: SID @WG\dl_fred1_testshare_r is not in a valid format
mean?
2) For the connections using the NETBIOS name, I see lots of messages similar to:
[2018/01/12 23:10:38.716169, 2]
smbd/service.c:...
2018 Jan 12
3
Access to Windows 2016 server works with IP but not with netbios name
On Fri, 12 Jan 2018 09:21:42 -0800
Luke Barone <lukebarone at gmail.com> wrote:
> As well as what share... Are you trying to access the \\*\netlogon or
> \\*\sysvol shares of a PDC?
>
There wouldn't be a sysvol share on a PDC, or do you mean a DC ?
Rowland
2018 Jan 14
2
Access to Windows 2016 server works with IP but not with netbios name
...ces for libcli/security/dom_sid.c, which is
> where the "invalid format" messages are displayed, I'm a bit confused.
> That function seems to be assuming it's received an actual SID and not
> the group designation. Does anyone know why it would be checking the
> @WG\dl_fred1_testshare_r?
>
> Also, as I mentioned earlier, I only see the NT_STATUS_ACCESS_DENIED
> when using the NETBIOS name to try and access the share. When using
> the IP address it doesn't seem to be checking much of anything, but
> allows access (at least read access) to the share. For examp...
2018 Jan 14
0
Access to Windows 2016 server works with IP but not with netbios name
...ources for libcli/security/dom_sid.c, which is
> where the "invalid format" messages are displayed, I'm a bit confused.
> That function seems to be assuming it's received an actual SID and not
> the group designation. Does anyone know why it would be checking the
> @WG\dl_fred1_testshare_r?
>
> Also, as I mentioned earlier, I only see the NT_STATUS_ACCESS_DENIED
> when using the NETBIOS name to try and access the share. When using
> the IP address it doesn't seem to be checking much of anything, but
> allows access (at least read access) to the share. For example...
2018 Jan 15
0
Access to Windows 2016 server works with IP but not with netbios name
...> [2018/01/15 18:24:14.986326, 3]
> ../libcli/security/dom_sid.c:208(dom_sid_parse_endp)
> string_to_sid: SID @WG\dl_fred1_testshare_m is not in a valid format
> [2018/01/15 18:24:15.010177, 3]
> ../libcli/security/dom_sid.c:208(dom_sid_parse_endp)
> string_to_sid: SID @WG\dl_fred1_testshare_r is not in a valid format
> [2018/01/15 18:24:15.016152, 2]
> smbd/service.c:627(create_connection_session_info)
> user 'WG\testuser01' (from session setup) not permitted to access
> this share (TestShare)
> [2018/01/15 18:24:15.016215, 1]
> smbd/service.c:805(make_conn...