Hi All, I am having a strange problem with smbclient. I am transferring some services from one server to another. I run on Oracle Linux, the latest version. On the new server, when I run the command
# smbclient //server_name/import -l /var/log/samba -A /home/peter/auth.txt --client-protection=sign, I get the error NT_STATUS_NO_SUCH_DOMAIN. The same command works on the current server. I cannot understand how the same command with the same version of smbclient on both servers works on one server, but not the other. Any help would be appreciated.
