Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
chuyich opened this issue Feb 22, 2024 · 2 comments
Assignees

Comments

@chuyich
Copy link

chuyich commented Feb 22, 2024

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

  • This issue contains no sensitive information.
@netapp-ranuk
Copy link
Contributor

Thanks for highlighting the issue.

@dmp-netapp
Copy link

Tracking in AUTODOC-169.

bnorberg added a commit that referenced this issue Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants