mount_smbfs error 10.5.2
Hello all!
I am trying to create a loginhook that mounts volumes from a Win 2008 server.
The loginhook works but not the script that it starts.
Something happens when I try to mount the volumes:
mount_smbfs //ad2/loginhook/ /.loginhook/loginhook/
/.loginhook/loginhook/ is 775 for admin:staff.
I get two sorts of errors:
In console it says: mount error
In termnal it says: authentication error
and when I add the password in the mount command it says:
Unknown error: -1
What am I doing wrong here?