Set the SMB server minimum authentication security level
You can set the SMB server minimum security level, also known as the LMCompatibilityLevel, on your SMB server to meet your business security requirements for SMB client access. The minimum security level is the minimum level of the security tokens that the SMB server accepts from SMB clients.
About this task
|
You can set the minimum authentication security level to one of four supported security levels.
Value | Description |
---|---|
|
The storage virtual machine (SVM) accepts LM, NTLM, NTLMv2, and Kerberos authentication security. |
|
The SVM accepts NTLM, NTLMv2, and Kerberos authentication security. The SVM denies LM authentication. |
|
The SVM accepts NTLMv2 and Kerberos authentication security. The SVM denies LM and NTLM authentication. |
|
The SVM accepts Kerberos authentication security only. The SVM denies LM, NTLM, and NTLMv2 authentication. |
-
Set the minimum authentication security level:
vserver cifs security modify -vserver vserver_name -lm-compatibility-level {lm-ntlm-ntlmv2-krb|ntlm-ntlmv2-krb|ntlmv2-krb|krb}
-
Verify that the authentication security level is set to the desired level:
vserver cifs security show -vserver vserver_name
Enabling or disabling AES encryption for Kerberos-based communication