#CIFS Session encryption algorithms?
1 messages · Page 1 of 1 (latest)
Cluster::*> cifs security show -vserver vs3 -fields advertised-enc-types
vserver advertised-enc-types
vs3 rc4,des
Does that work?
that only shows what encryption types are advertised, not which ones are actually used for the session
Our AD guy gave us this PowerShell command to check it from Active Directory. Maybe this will work for you, because I think AD is what really decides which type it's using:
Get-ADComputer -Filter * -SearchBase "OU=Computers,DC=domain,DC=com" -Server Domain -Properties KerberosEncryptionType, msDS-SupportedEncryptionTypes | sort -prop KerberosEncryptiontype | ogv
To be honest I don't know how that gets decided, but I'll certainly give the command a try - Thanks guys!
well that also only shows you the encryption types that are allowed/enabled on the AD object, not which ones are actually in use
@fierce fjord I think that you are correct, that command doesn't really address the question. I also looked through the various ONTAP statistics objects / counters, but didn't find anything there and IMHO, using something like tcpdump + tshark doesn't seem as if it would be practical; probably too much data
You can change the advertised enc type on SVM, and set only one type, so now you will know which type is used. Problem solved ! 🙃