I have a win 7 machine connected to a domain (say TEST). There is a domain administrator account and a local administrator account (both are enabled).
if I run smbclient with the domain administrator's credentials then it works fine:
smbclient -L //mytestmachine -U Administrator -W TEST
I want to be able to log in with the local credentials though:
smbclient -L //mytestmachine -U Administrator -W WORKGROUP
Note, that the default workgroup name on win 7 is WORKGROUP. This worked before on XP but now I just keep getting NT_STATUS_LOGON_FAILURE. Any ideas?