smb.config¶
No Additional Items
SmbServiceEntry
Type: objectTrueNAS SMB server configuration.
No Additional PropertiesId
Type: integerNetbiosname
Type: stringThe NetBIOS name of this server.
Netbiosalias
Type: array of stringAlternative netbios names of the TrueNAS server. These names are announced through NetBIOS name server and registered in Active Directory when TrueNAS joins the domain.
No Additional ItemsEach item of this array must be:
Workgroup
Type: stringWorkgroup name. When TrueNAS joins active directory, it automatically changes this value to match the NetBIOS domain of the Active Directory domain.
Description
Type: stringDescription of the SMB server. SMB clients may see this description during some operations.
Enable Smb1
Type: booleanEnable SMB1 support on the server. WARNING: using the SMB1 protocol is not recommended.
Unixcharset
Type: enum (of string)Select character set for file names on local filesystem. Use this option only if you know the names are not UTF-8.
Must be one of:
- "UTF-8"
- "GB2312"
- "HZ-GB-2312"
- "CP1361"
- "BIG5"
- "BIG5HKSCS"
- "CP037"
- "CP273"
- "CP424"
- "CP437"
- "CP500"
- "CP775"
- "CP850"
- "CP852"
- "CP855"
- "CP857"
- "CP858"
- "CP860"
- "CP861"
- "CP862"
- "CP863"
- "CP864"
- "CP865"
- "CP866"
- "CP869"
- "CP932"
- "CP949"
- "CP950"
- "CP1026"
- "CP1125"
- "CP1140"
- "CP1250"
- "CP1251"
- "CP1252"
- "CP1253"
- "CP1254"
- "CP1255"
- "CP1256"
- "CP1257"
- "CP1258"
- "EUC_JIS_2004"
- "EUC_JISX0213"
- "EUC_JP"
- "EUC_KR"
- "GB18030"
- "GBK"
- "HZ"
- "ISO2022_JP"
- "ISO2022_JP_1"
- "ISO2022_JP_2"
- "ISO2022_JP_2004"
- "ISO2022_JP_3"
- "ISO2022_JP_EXT"
- "ISO2022_KR"
- "ISO8859_1"
- "ISO8859_2"
- "ISO8859_3"
- "ISO8859_4"
- "ISO8859_5"
- "ISO8859_6"
- "ISO8859_7"
- "ISO8859_8"
- "ISO8859_9"
- "ISO8859_10"
- "ISO8859_11"
- "ISO8859_13"
- "ISO8859_14"
- "ISO8859_15"
- "ISO8859_16"
- "JOHAB"
- "KOI8_R"
- "KZ1048"
- "LATIN_1"
- "MAC_CYRILLIC"
- "MAC_GREEK"
- "MAC_ICELAND"
- "MAC_LATIN2"
- "MAC_ROMAN"
- "MAC_TURKISH"
- "PTCP154"
- "SHIFT_JIS"
- "SHIFT_JIS_2004"
- "SHIFT_JISX0213"
- "TIS_620"
- "UTF_16"
- "UTF_16_BE"
- "UTF_16_LE"
Localmaster
Type: booleanWhen set to true
the NetBIOS name server in TrueNAS participates in elections for the local master browser.
When set to false
the NetBIOS name server does not attempt to become a local master browser on a subnet and loses all browsing elections.
NOTE: This parameter has no effect if the NetBIOS name server is disabled.
Syslog
Type: booleanSend log messages to syslog. Enable this option if you want SMB server error logs to be included in information sent to a remote syslog server. NOTE: This requires that remote syslog is globally configured on TrueNAS.
Aapl Extensions
Type: booleanEnable support for SMB2/3 AAPL protocol extensions. This setting makes the TrueNAS server advertise support for Apple protocol extensions as a MacOS server. Enabling this is required for Time Machine support.
Admin Group
The selected group has full administrator privileges on TrueNAS via the SMB protocol.
Guest
Type: stringSMB guest account username. This username provides access to legacy SMB shares with guest access enabled. It must be a valid, existing local user account.
Must be at least 1
characters long
Filemask
smb.conf
create mask. DEFAULT applies current server default which is 664.
Must be one of:
- "DEFAULT"
"DEFAULT"
Dirmask
smb.conf
directory mask. DEFAULT applies current server default which is 775.
Must be one of:
- "DEFAULT"
"DEFAULT"
Ntlmv1 Auth
Type: booleanEnable legacy and very insecure NTLMv1 authentication. This should never be done except in extreme edge cases and may be against regulations in non-home environments.
Multichannel
Type: booleanEnable SMB3 multi-channel support.
Encryption
Type: enum (of string)SMB2/3 transport encryption setting for the TrueNAS SMB server.
NEGOTIATE
: Enable negotiation of data encryption. Encrypt data only if the client explicitly requests it.DESIRED
: Enable negotiation of data encryption. Encrypt data on sessions and share connections for clients that support it.REQUIRED
: Require data encryption for sessions and share connections.
NOTE: Clients that do not support encryption cannot access SMB shares.DEFAULT
: Use the TrueNAS SMB server default encryption settings. Currently, this is the same asNEGOTIATE
.
Must be one of:
- "DEFAULT"
- "NEGOTIATE"
- "DESIRED"
- "REQUIRED"
Bindip
Type: array of stringList of IP addresses used by the TrueNAS SMB server.
No Additional ItemsEach item of this array must be:
Server Sid
The unique identifier for the TrueNAS SMB server. It also serves as the domain SID for all local SMB user and group accounts.
Smb Options
Type: stringAdditional unvalidated and unsupported configuration options for the SMB server.
WARNING: Using smb_options
may produce unexpected server behavior.
Debug
Type: booleanSet SMB log levels to debug. Use this setting only when troubleshooting a specific SMB issue. Do not use it in production environments.
Required roles: SHARING_SMB_READ