$NetBSD: patch-bt,v 1.3 2007/10/28 07:28:49 taca Exp $ --- ../docs/htmldocs/manpages/smb.conf.5.html.orig 2007-06-19 17:04:26.000000000 +0900 +++ ../docs/htmldocs/manpages/smb.conf.5.html @@ -3229,6 +3229,11 @@ passdb backend = ldapsam:"ldap://ldap-1. 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 @@ -4137,6 +4142,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