ONTAP Discussions
ONTAP Discussions
I'm working on configuring Kerberos for NFSv4 on ONTAP 9.3, following https://www.netapp.com/us/media/tr-4616.pdf. I'm running into problems with Kerberos encryption types and am wondering if I've missed something.
I've made sure to configure both the client object and the nfs server computer object to only use AES-128 or AES-256 via the following powershell command:
set-adcomputer <server> -Replace @{'msDS-SupportedEncryptionTypes'=24}
Despite that, mount attempts continue to fail with the the following error, indicating that ArcFour is still being used:
Solved! See The Solution
Command used in powershell to set encryption type is correct.
Please make sure you have set AES only in keytab as well. Refer below document:
https://www.netapp.com/us/media/tr-4073.pdf ----> Page- 31 "Setting the Keytab to Use AES Only "
If you are still facing any issues in setup NFS Kerberos, our expert team can help.
We have dedicated team for initial setup and configurations. I would suggest you to please contact sales team:
Command used in powershell to set encryption type is correct.
Please make sure you have set AES only in keytab as well. Refer below document:
https://www.netapp.com/us/media/tr-4073.pdf ----> Page- 31 "Setting the Keytab to Use AES Only "
If you are still facing any issues in setup NFS Kerberos, our expert team can help.
We have dedicated team for initial setup and configurations. I would suggest you to please contact sales team:
Hey Patrick,
What did you do to resolve this? I'm facing the same issue.
--Brett
Yesterday we faced the same issue. Performing the PS command "Set-ADComputer NFS-KRB-NAME$ -KerberosEncryptionType AES256,AES128" on one DC for the server (SVM) and one test client solved it for us.
After that we faced some other 7MTT migration issues, but in the end we managed to use Kerberos authentication from NFS clients.