#Enable CIFS AES encrpytion with ansible
1 messages · Page 1 of 1 (latest)
You should be able to do that with the CIF's module
Do note in the REST API is-aes-encryption-enabled is now kdc_encryption and the module will list it as such.
1 messages · Page 1 of 1 (latest)
Hello, has someone found a solution to enable CIFS AES encryption using ansible?
in cli we do this:
cifs security modify \ -vserver svm1 \ -lm-compatibility-level ntlmv2-krb \ -is-aes-encryption-enabled true \ -session-security-for-ad-ldap sign
You should be able to do that with the CIF's module
Do note in the REST API is-aes-encryption-enabled is now kdc_encryption and the module will list it as such.