For all previous operating systems, kerberos has worked to allow my login script to call mount_smbfs and mounted the drive properly. On Yosemite, when i use the same mount_smbfs command, I get prompted for a password. Any ideas?
At login, my script essentially runs:
/sbin/mount_smbfs //domain/path/share /Users/rhs615/Folder
And now terminal replies: Password for domain:
Running kinit, entering the password, and re-running the script does not appear to work even with a valid Kerberos ticket in Ticket Viewer.
Thanks in advance!
