Hello,
I would like to set on more than 40 netapp cluster ontap 9.5+, ldaps configuration.
So basically, we have to apply 2 commands on each cluster per svm connected to ldap for cifs purpose.
certificate install -type server-ca -vserver SVM
+ insert certificate
vserver cifs security modify -vserver SVM -use-ldaps-for-ad-ldap true
And maybe additionally to check settings have been applied
cifs server security show -vserver SVM -fields use-ldaps-for-ad-ldap
I had a look on powersheel toolkit but i don't think i can achieve this goal.
Do you have any idea to apply this configuration on multiple cluster/svm by script/automatically ?