NetAppDocs / ontap-restapi

https://docs.netapp.com/us-en/ontap-restapi/
0 stars 0 forks source link

kdc_encryption has been deprecated. Use "security.advertised_kdc_encryptions" to specify the encryption type to use. #12

Open chuyich opened 6 months ago

chuyich commented 6 months ago

Page URL

https://docs.netapp.com/us-en/ontap-restapi/ontap/post-protocols-cifs-services.html

Page title

Create a CIFS server

Summary

In the section Default property values If not specified in POST, the following default property values are assigned:

ad_domain.organizational_unit - CN=Computers

enabled - true

restrict_anonymous - no_enumeration <<<<< this should be security.restrict_anonymous. This is part of security

smb_signing - false. <<< same here. security.smb_signing

smb_encryption - false. <<< <<< same here. security.smb_encryption

encrypt_dc_connection - false <<< same here. security.encrypt_dc_connection

kdc_encryption - false. <<< This has been addressed "This attribute has been deprecated. Use "security.advertised_kdc_encryptions" to specify the encryption type to use." So kdc_encryption should not be used here. : There are more fields in the document should follow the same as Required properties parameters. security.xxx or ad_domain.xxx

Otherwise, it's confusing.

Public issues must not contain sensitive information

netapp-ranuk commented 6 months ago

Thanks for highlighting the issue.

dmp-netapp commented 5 months ago

Tracking in AUTODOC-169.