You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
Should support
Required properties
Recommended optional properties
Default property values
If not specified in POST, the following default property values are assigned:
Requested Resource(s) and/or Data Source(s)
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
The text was updated successfully, but these errors were encountered: