Trying to setup a server at 192.168.22.5 I try to list services with the (faulty I believe as it misses the -I parameter) command
smbclient -L 192.168.22.5 -p 1139
then hit Enter (or anything followed with Enter) when prompted for password (as the current user at client side is not set at server side)
The client then says "tree connect failed: NT_STATUS_ACCESS_DENIED"
The server says "Terminated"
Steps to reproduce the behavior.
typing smbclient -L -I 192.168.22.5 -p 1139
the client replies with the supported list of options
typing smbclient -L -I=192.168.22.5 -p=1139
do_connect: Connection to -I=192.168.22.5 failed (Error NT_STATUS_UNSUCCESSFUL)
Problem description
Trying to setup a server at 192.168.22.5 I try to list services with the (faulty I believe as it misses the -I parameter) command smbclient -L 192.168.22.5 -p 1139 then hit Enter (or anything followed with Enter) when prompted for password (as the current user at client side is not set at server side) The client then says "tree connect failed: NT_STATUS_ACCESS_DENIED" The server says "Terminated"
Steps to reproduce the behavior.
typing smbclient -L -I 192.168.22.5 -p 1139 the client replies with the supported list of options typing smbclient -L -I=192.168.22.5 -p=1139 do_connect: Connection to -I=192.168.22.5 failed (Error NT_STATUS_UNSUCCESSFUL)
What is the expected behavior?
No response
System information