
Configuration File Options
|
33
netbios scope = string
Allowable values: string
[global]
Default: (null)
Sets the NetBIOS scope string, an early predecessor of work-
groups. Samba will not communicate with a system with a
different scope. This option is not recommended.
nis homedir = boolean
Allowable values:
YES
,
NO
[global]
Default:
NO
If YES, the homedir map is used to look up the server hosting the
user’s home directory and return it to the client. The client will
contact that system to connect to the share. This avoids mounting
from a system that doesn’t actually have the directory, which
would cause the data to be transmitted twice. The system with the
home directories must be an SMB server.
non unix account range = numeric range
Allowable values: range of positive integers
[global]
Default: (null)
Specifies a range of Unix UIDs for Samba to use for user accounts
and computer accounts that are maintained outside of /etc/
passwd. The UIDs in this range must not overlap those of regular
Unix users in /etc/passwd. See also
algorithmic rid base. New in
Samba 3.0.
nt acl support = boolean
Allowable values:
YES
,
NO
Default:
YES
Causes the Samba server to map Unix permissions to Windows
NT ACLs.
nt pipe support = boolean
Allowable values:
YES
,
NO
[global]
Default:
YES
Allows turning off of NT-specific pipe calls. This is a developer/
benchmarking option and might be removed in the future. Avoid
changing.