MPeccorini
MIS
Hi fellows,
I'm using Samba 3.0.4 on an AIX 5.3 box, I have a windows 2000 active directory domain and I'm trying to use smbclient to print in a dot matrix printer shared in a Windows XP computer.
The command I'm using is:
but I get the next message:
ERROR: Unable to fetch machine password
I also tried:
with the same result.
Do I have to join the AIX server to the Active Directory domain? What else I'm I missing?
Thanks a lot,
Mauricio
I'm using Samba 3.0.4 on an AIX 5.3 box, I have a windows 2000 active directory domain and I'm trying to use smbclient to print in a dot matrix printer shared in a Windows XP computer.
The command I'm using is:
Code:
smbclient //myhost/myshare -P -c "put /tmp/myfile.tmp"
but I get the next message:
ERROR: Unable to fetch machine password
I also tried:
Code:
smbclient mypwd -U mydomainuser //myhost/myshare -P -c "put /tmp/myfile.tmp"
with the same result.
Do I have to join the AIX server to the Active Directory domain? What else I'm I missing?
Thanks a lot,
Mauricio