Good morning everyone,
I opened a request in the Ansible channel because I have problems with the na_ontap_cifs_server module:
https://discord.com/channels/855068651522490400/1143553409434255430
I am trying to create a CIFS server with the following options:
kdc_encryption: True
session_security: sign
However, I get an error message from AD that encryption is not supported.
If I set the above two options via CLI and run the Ansible playbook again with the same options everything works:
vserver cifs security modify -vserver <SVM> -session-security-for-ad-ldap sign
vserver cifs security modify -vserver <SVM> -is-aes-encryption-enabled true
I sent corresponding debug logs to ng-ansibleteam@netapp.com and they confirmed that this must be a bug in RestAPI and I should report here in the channel.
Best regards