
Configuration File Options
|
53
use client driver = boolean
Allowable values:
YES
,
NO
[global]
Default:
NO
Used for avoiding Access Denied; Unable to connect messages
when connecting to a Samba printer from Windows NT/2000/XP
clients. Necessary only when the client has a local printer driver
for the Samba printer.
use mmap = boolean
Allowable values:
YES
,
NO
[global]
Default: (varies)
Tells Samba whether the mmap( ) system call works correctly on
the Samba host. Default is automatically set correctly. Do not
change.
use rhosts = boolean
Allowable values:
YES
,
NO
[global]
Default:
NO
If set to YES, users’ ~/.rhosts files will be used to identify systems
from which users can connect without providing a password.
Discouraged. Obsolete in Samba 3.0.
use sendfile = boolean
Allowable values:
YES
,
NO
Default:
NO
If yes, Samba will perform some data transfers for exclusively
oplocked files using the sendfile( ) system call, which results in
significant performance improvements. This is available if Samba
has been configured with the
--with-sendfile-support option.
This is an experimental option and is new in Samba 2.2.5.
user = user list
Allowable values: user list
Default: (null)
Synonym for username.
username = user list
Allowable values: user list
Default: (null)
Sets a list of users that are tried when logging on with share-level
security in effect. Also called
user or users. Discouraged. Use the
NET USE \\server\share%user list from ...