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 Data Source]: protocols/cifs/services #24

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

[New Data Source]: protocols/cifs/services #24

carchi8py opened this issue Sep 18, 2023 · 0 comments · Fixed by #141
Assignees
Labels
New Data Source New Request for an ONTAP Data source
Milestone

Comments

@carchi8py
Copy link
Contributor

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_data_source

Potential Terraform Configuration

No response

References

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

Would you like to implement a fix?

None

@carchi8py carchi8py added the New Data Source New Request for an ONTAP Data source label Sep 18, 2023
@carchi8py carchi8py added this to the 1.1.0 milestone Sep 18, 2023
@chuyich chuyich self-assigned this Feb 7, 2024
@chuyich chuyich linked a pull request Feb 16, 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 Data Source New Request for an ONTAP Data source
Projects
Status: 1.1.0
Development

Successfully merging a pull request may close this issue.

2 participants