$NetBSD: patch-bt,v 1.2 2006/01/02 22:33:36 jlam Exp $ --- ../docs/htmldocs/manpages/smb.conf.5.html.orig 2005-12-29 11:22:26.000000000 -0500 +++ ../docs/htmldocs/manpages/smb.conf.5.html @@ -3033,6 +3033,11 @@ passdb backend = mysql:my_plugin_args td the subsequent answers must be received in one tenth of this time. The default it two seconds.

Default: passwd chat timeout = 2 +

passwd expand gecos (G)

This boolean specifies if ampersand characters in the GECOS field of a passwd + database entry should be replaced with the capitalized login name for that entry + when the information is used by various Samba programs. This parameter if off by + default.

Default: passwd expand gecos = no +

passwd program (G)

The name of a program that can be used to set UNIX user passwords. Any occurrences of %u will be replaced with the user name. The user name is checked for @@ -3936,6 +3941,13 @@ smb passwd file = /etc/samba/smbpasswd speed up case insensitive name mappings. You should never need to change this parameter.

Default: stat cache = yes +

state directory (G)

This parameter defines the directory the Samba daemon + processes will use for storing state files that must persist + across machine reboots. +

Default: state directory = ${prefix}/var/locks + +

Example: state directory = /var/db/samba +

store dos attributes (S)

If this parameter is set Samba attempts to first read DOS attributes (SYSTEM, HIDDEN, ARCHIVE or READ-ONLY) from a filesystem extended attribute, before mapping DOS attributes to UNIX permission bits (such