I'm aware of doing commands like these:
mount -t smbfs -o username=administrator,password=password,debug=4 //windowsservername/temp$ /mnt/share
smbmount -o username=<valid NT Login>, password=<Valid NT Account Passwd> //windowsservername/temp$ /mnt/share
but what if the authetication is on a domain and not to the login to the actual windows box itself?
mount -t smbfs -o username=administrator,password=password,debug=4 //windowsservername/temp$ /mnt/share
smbmount -o username=<valid NT Login>, password=<Valid NT Account Passwd> //windowsservername/temp$ /mnt/share
but what if the authetication is on a domain and not to the login to the actual windows box itself?
