85            specified, it must specify a value as there is no default.
  86 
  87 
  88        domain
  89 
  90            Specifies the Windows domain name to use when authenticating with a
  91            server. The default value is WORKGROUP. This property can only be
  92            set in the default and server sections.
  93 
  94 
  95        minauth
  96 
  97            Is the minimum authentication level required, which can be one of
  98            kerberos, ntlmv2, ntlm, lm, or none. If minauth is set globally and
  99            in a user's .nsmbrc file, the stronger authentication setting are
 100            used whether set by the user or globally.  This property can only
 101            be set in the default and server sections. The default value is
 102            ntlm.
 103 
 104 
 105        nbns
 106 
 107            Specifies the DNS name or IP address of the NetBIOS/WINS name
 108            server. This property can only be set by an administrator by using
 109            the sharectl command. This property can only be set in the default
 110            section. The default value is empty, nbns="".
 111 
 112 
 113        nbns_broadcast
 114 
 115            Specifies whether to perform NetBIOS/WINS broadcast lookups.
 116            Broadcast lookups are less secure than unicast lookups. To prevent
 117            broadcast lookups, set the value to no. This property has no effect
 118            if the nbns_enable property is set to no or false. This property
 119            can only be set by an administrator by using the sharectl command.
 120            This property can only be set in the default section. Valid values
 121            are yes, true, no, and false. The default value is yes.
 122 
 123 
 124        nbns_enable
 
 
 279 
 280 
 281 
 282 
 283        +--------------------+-----------------+
 284        |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 285        +--------------------+-----------------+
 286        |Interface Stability | Committed       |
 287        +--------------------+-----------------+
 288 
 289 SEE ALSO
 290        smbutil(1), mount_smbfs(1M), sharectl(1M), nsswitch.conf(4),
 291        user_attr(4), attributes(5), rbac(5), smbfs(7FS)
 292 
 293 NOTES
 294        By default, passwords stored in the .nsmbrc file are ignored unless
 295        only the file owner has read and write permission.
 296 
 297 
 298 
 299                                December 8, 2008                      NSMBRC(4)
  | 
 
 
  85            specified, it must specify a value as there is no default.
  86 
  87 
  88        domain
  89 
  90            Specifies the Windows domain name to use when authenticating with a
  91            server. The default value is WORKGROUP. This property can only be
  92            set in the default and server sections.
  93 
  94 
  95        minauth
  96 
  97            Is the minimum authentication level required, which can be one of
  98            kerberos, ntlmv2, ntlm, lm, or none. If minauth is set globally and
  99            in a user's .nsmbrc file, the stronger authentication setting are
 100            used whether set by the user or globally.  This property can only
 101            be set in the default and server sections. The default value is
 102            ntlm.
 103 
 104 
 105        min_protocol
 106 
 107            Is the minimum SMB protocol level that will be negotiated, which
 108            must be one of: 1, 2.1 This property can only be set in the default
 109            and server sections.  The default value is 1.
 110 
 111 
 112        max_protocol
 113 
 114            Is the maximum SMB protocol level that will be negotiated, which
 115            must be one of: 1, 2.1 This property can only be set in the default
 116            and server sections.  The default value is 2.1.
 117 
 118 
 119        nbns
 120 
 121            Specifies the DNS name or IP address of the NetBIOS/WINS name
 122            server. This property can only be set by an administrator by using
 123            the sharectl command. This property can only be set in the default
 124            section. The default value is empty, nbns="".
 125 
 126 
 127        nbns_broadcast
 128 
 129            Specifies whether to perform NetBIOS/WINS broadcast lookups.
 130            Broadcast lookups are less secure than unicast lookups. To prevent
 131            broadcast lookups, set the value to no. This property has no effect
 132            if the nbns_enable property is set to no or false. This property
 133            can only be set by an administrator by using the sharectl command.
 134            This property can only be set in the default section. Valid values
 135            are yes, true, no, and false. The default value is yes.
 136 
 137 
 138        nbns_enable
 
 
 293 
 294 
 295 
 296 
 297        +--------------------+-----------------+
 298        |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 299        +--------------------+-----------------+
 300        |Interface Stability | Committed       |
 301        +--------------------+-----------------+
 302 
 303 SEE ALSO
 304        smbutil(1), mount_smbfs(1M), sharectl(1M), nsswitch.conf(4),
 305        user_attr(4), attributes(5), rbac(5), smbfs(7FS)
 306 
 307 NOTES
 308        By default, passwords stored in the .nsmbrc file are ignored unless
 309        only the file owner has read and write permission.
 310 
 311 
 312 
 313                                   May 8, 2018                        NSMBRC(4)
  |