blob: a09e1abeaf68e28cc10b418804f9ea5b4bb3f72a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-bu,v 1.5 2007/10/28 07:28:49 taca Exp $
--- ../docs/manpages/smb.conf.5.orig 2007-06-19 17:02:26.000000000 +0900
+++ ../docs/manpages/smb.conf.5
@@ -4976,6 +4976,11 @@ Default:
\fB\fIpasswd chat timeout\fR = 2 \fR
.RE
.PP
+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 is off by default\&.
+
+Default: \fB\fIpasswd expand gecos\fR = no \fR
+.TP 3n
passwd program (G)
.RS 3n
The name of a program that can be used to set UNIX user passwords. Any occurrences of
@@ -6485,6 +6490,14 @@ Default:
\fB\fIstat cache\fR = yes \fR
.RE
.PP
+state directory (G)
+.RS 3n
+This parameter defines the directory the Samba daemon processes will use for storing state files that must persist across machine reboots.
+.sp
+Default:
+\fB\fIstate directory\fR = /var/db/samba \fR
+.RE
+.PP
store dos attributes (S)
.RS 3n
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 as occurs with
|