current_unix_directory_service(Optional[Enum['None','NIS','LDAP','Local_Files','Local_Then_NIS','Local_Then_LDAP']])
— Define the Unix directory service used for looking up identity information for Unix such as UIDs, GIDs, net groups, and so on.
default_unix_user(Optional[String[0,63]])
— Default Unix user name used for granting access in case of Windows to Unix user mapping failure. When empty, access in such case is denied.
default_windows_user(Optional[String[0,1023]])
— Default Windows user name used for granting access in case of Unix to Windows user mapping failure. When empty, access in such case is denied.
description(Optional[String[0,255]])
— Description of the NAS server.
is_auto_user_mapping_enabled(Optional[Boolean])
— A Windows user must have a corresponding matching Unix user (uid) in order to connect.This attribute enables you to automatically generates this Unix user (uid), if that Windows user does not have any in the configured Unix directory service (UDS).In a pure SMB or non multi-protocol environment, this should be set to true.
is_username_translation_enabled(Optional[Boolean])
— Enable the possibility to match a Windows account with an Unix account with different names.