I use these same credentials from another Windows machine to access that share and they work fine so instead I go back to linux and do
Code:
mount -t smbfs //hostname/share /mnt/temp -o username=someuser,password=somepassword
and the share mounts successfully and I can use it, the EXACT same credentials, I just pressed up and replaced cifs with smbfs....