We upgraded our 2 Clusters from ONTAP 8.3.2 to 9.1
Since upgrading we have noticed a change when trying to access a CIFS share when the user connecting is logged onto a different AD domain to the SVM.
The end user no longer get challenged for a user ID and password. Instead because the user ID is the same it tries to use the users credentials including password to connect and after a while the end user gets the following errors
System error 64 has occurred.
The specified network name is no longer available.
If the end user keeps trying to access it, their account on the AD domain that the SVM is on will become locked.
However if they specify their credentials including password from the command line, i.e. net use \\CIFS_SVM\share_name /user:{user_id} {password}
then it works and they can then access the share. They can also do this from the GUI and it also works.
so we have a workaround, but just wondered why the difference between 8.3.2 and 9.1 is it a bug or intentional?