
8
|
Samba Pocket Reference
change notify timeout = number
Allowable values: positive number
[global]
Default:
60
Sets the number of seconds between checks when a client asks for
notification of changes in a directory. Avoid lowering.
change share command = command
Allowable values: command
[global]
Default: (null)
Specifies a command that modifies a share definition on the
Samba server. This command runs as
root when a share is created
using the Windows NT/2000/XP Server Manager. The client user
must be logged on as the
root user. The command is passed the
name of the Samba configuration file, the name of the share to be
modified, the full pathname of a directory on the Samba server
(which must already exist), and a string to use as a comment for
the share, in that order. The command modifies the share defini-
tion for the share in smb.conf. See also
add share command and
delete share command.
character set = name
Allowable values:
ISO8859-1
,
ISO8859-2
,
ISO8859-5
,
KOI8-R
Default: (null)
If set, translates from DOS code pages to the Western European
(
ISO8859-1), Eastern European (ISO8859-2), Russian Cyrillic
(
ISO8859-5), or Alternate Russian (KOI8-R) character set. The
client code page option must be set to 850. Obsolete starting with
Samba 3.0.
client code page = name
Allowable values:
437
,
737
,
850
,
852
,
861
,
866
,
932
,
936
,
949
,
950
Default:
850
(MS-DOS Latin 1)
Sets the DOS code page explicitly, overriding any previous valid ...