Yea! That did it.
Quote:
smbclient -L <ip address> -N
|
Thanks
edit
This was what I was looking for. I think it is a better option to use the smb username and password in a credential file with 400 permission.
Code:
smbclient -L <ip address> -A /path/to/credential/file
You will then need to create a credential file:
Code:
username = <value>
password = <value>
domain = <value>