What is the impact to ONTAP CIFS/SMB when Microsoft disables RC4 for Kerberos?
Applies to
- ONTAP 9.13.1
- ONTAP 9.10.1
Answer
- Microsoft is deprecating RC4 as a supported Kerberos encryption type for Active Directory, with staged enforcement through 2026.
- Impact for ONTAP 9.13.1 and later
- AES encryption enabled by default
- Kerberos authentication continues without AD RC4 fallback
- No impact expected
- Impact for ONTAP 9.10.1
- AES encryption not enabled by default
- RC4 removal in AD prevents Kerberos authentication when AES is disabled
- System requires one of the following:
- Upgrade ONTAP to 9.13.1 or later
- Enable AES manually on the Storage Virtual Machine (SVM)
- AES enablement on ONTAP 9.10.1
vserver cifs security modify -vserver <svm_name> -advertised-enc-types aes-128,aes-256
vserver cifs security show -vserver <svm_name> -fields advertised-enc-types
- Microsoft RC4 removal timeline
- 2026 Jan: Audit mode
- 2026 Apr: AES default, RC4 fallback disabled
- 2026 Jul: RC4 removed completely
Additional Information
additionalInformation_text
