
Configuration File Options
|
13
delete veto files = boolean
Allowable values:
NO
,
YES
Default:
NO
If set to YES, allows delete requests for a directory containing files
or subdirectories the user can’t see due to the
veto files option. If
set to
NO, delete requests are denied and invisible files are not
removed from the directory.
deny hosts = host list
Allowable values: hosts or networks
Default: (null)
Specifies a list of systems from which to refuse connections. Also
called
hosts deny.
dfree command = command
Allowable values: command
[global]
Default: (varies)
Specifies a command to run on the server to return free disk space.
Not needed unless the Samba host system’s dfree command does
not work properly.
directory = directory
Allowable values: Unix directory name
Default: (varies)
Sets the path to the directory provided by a file share or used by a
printer share. If the option is omitted in the
[homes] share, it is set
automatically to the user’s home directory; otherwise, it defaults
to /tmp. For a printer share, the directory is used to spool printer
files. Honors the
%u (user) and %m (machine) variables. Synonym
for
path.
directory mask = value
Allowable values: octal value from 0 to 0777
Default:
0755
Sets the maximum allowable permissions for newly created direc-
tories. To require that certain permissions be set, see the
force
create mask
and force directory mask options. Also called
directory mode.