Hello,
We're trying to harden our CIFS security by only allowing Kerberos as authentication mechanism (cifs security modify -lm-compatibility-level)
But first, we would like to monitor if any sessions are still created that do not use Kerberos.
We can check it for current sessions via cifs session show -fields auth-mechanism -auth-mechanism !Kerberos. However, we would like to log it for a longer time.
I went through all the options in statistics catalog counter show -object cifs hoping that there would maybe be a counter for the type of authentication mechanism. Unfortunately, I could find any.
Anyone have any idea on how we could monitor this, preferably via ONTAP itself?
Thanks in advance.