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

[New Resource]: protocols/cifs/services #23

Closed
carchi8py opened this issue Sep 18, 2023 · 0 comments · Fixed by #160
Closed

[New Resource]: protocols/cifs/services #23

carchi8py opened this issue Sep 18, 2023 · 0 comments · Fixed by #160
Assignees
Labels
New Resource New Request for an ONTAP Resource
Milestone

Comments

@carchi8py
Copy link
Contributor

carchi8py commented Sep 18, 2023

Description

Should support

Required properties

  • svm.uuid or svm.name - Existing SVM in which to create the CIFS server.
  • name - Name of the CIFS server.
  • ad_domain.fqdn - Fully qualified domain name of the Windows Active Directory to which this CIFS server belongs.
  • ad_domain.user - User account with the access to add the CIFS server to the Active Directory.
  • ad_domain.password - Account password used to add this CIFS server to the Active Directory.
    Recommended optional properties
  • comment - Add a text comment of up to 48 characters about the CIFS server.
  • netbios.aliases - Add a comma-delimited list of one or more NetBIOS aliases for the CIFS server.
  • netbios.wins_servers - Add a list of Windows Internet Name Server (WINS) addresses that manage and map the NetBIOS name of the CIFS server to their network IP addresses. The IP addresses must be IPv4 addresses.

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
  • smb_signing - false
  • smb_encryption - false
  • encrypt_dc_connection - false
  • kdc_encryption - false
  • default_unix_user - pcuser
  • netbios_enabled - false However, if either "netbios.wins-server" or "netbios.aliases" is set during POST and if netbios_enabled is not specified then netbios_enabled is set to true.
  • aes_netlogon_enabled - false
  • try_ldap_channel_binding - true
  • ldap_referral_enabled - false

Requested Resource(s) and/or Data Source(s)

  • netapp_ontap_protocols_cifs_services_resouce

Potential Terraform Configuration

No response

References

https://library.netapp.com/ecmdocs/ECMLP2885799/html/#/NAS/cifs_service_create

Would you like to implement a fix?

None

@carchi8py carchi8py added the New Resource New Request for an ONTAP Resource label Sep 18, 2023
@carchi8py carchi8py added this to the 1.1.0 milestone Sep 18, 2023
@carchi8py carchi8py assigned carchi8py and chuyich and unassigned carchi8py Feb 13, 2024
@chuyich chuyich linked a pull request Mar 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Resource New Request for an ONTAP Resource
Projects
Status: 1.1.0
Development

Successfully merging a pull request may close this issue.

2 participants