pkgsrc/net/samba/patches/patch-bu
jlam 94a948eb36 Update net/samba to 3.0.21a. Changes since version 3.0.20b include:
Bugfixes:
  o Address a bug in the oplock code which may cause clients to stall
    when multiple users are accessing a share concurrently
  o Missing groups in a user's token when logging in via kerberos
  o Incompatibilities with newer MS Windows hotfixes and
    embedded OS platforms
  o Portability and crash bugs.
  o Performance issues in winbindd.

Additions:
  o Complete NTLMv2 support by consolidating authentication
    mechanism used at the CIFS and RPC layers.
  o The capability to manage Unix services using the Win32
    Service Control API.
  o The capability to view external Unix log files via the
    Microsoft Event Viewer.
  o New libmsrpc share library for application developers.
  o Rewrite of CIFS oplock implementation.
  o Performance Counter external daemon.
  o Winbindd auto-detection query methods when communicating with
    a domain controller.
  o The ability to enumerate long share names in libsmbclient
    applications.
2006-01-02 22:33:36 +00:00

33 lines
2.2 KiB
Text

$NetBSD: patch-bu,v 1.2 2006/01/02 22:33:36 jlam Exp $
--- ../docs/manpages/smb.conf.5.orig 2005-12-29 11:19:48.000000000 -0500
+++ ../docs/manpages/smb.conf.5
@@ -3093,6 +3093,12 @@ This integer specifies the number of sec
Default: \fB\fIpasswd chat timeout\fR = 2 \fR
.TP
+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
passwd program (G)
The name of a program that can be used to set UNIX user passwords\&. Any occurrences of \fI%u\fR will be replaced with the user name\&. The user name is checked for existence before calling the password changing program\&.
@@ -4075,6 +4081,15 @@ This parameter determines if \fBsmbd\fR(
Default: \fB\fIstat cache\fR = yes \fR
.TP
+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: \fB\fIstate directory\fR = ${prefix}/var/locks \fR
+
+Example: \fB\fIstate directory\fR = /var/db/samba \fR
+
+
+.TP
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 as occurs with map hidden and map readonly)\&. When set, DOS attributes will be stored onto an extended attribute in the UNIX filesystem, associated with the file or directory\&. For no other mapping to occur as a fall\-back, the parameters map hidden,map system, map archive and map readonly must be set to off\&. This parameter writes the DOS attributes as a string into the extended attribute named "user\&.DOSATTRIB"\&. This extended attribute is explicitly hidden from smbd clients requesting an EA list\&. On Linux the filesystem must have been mounted with the mount option user_xattr in order for extended attributes to work, also extended attributes must be compiled into the Linux kernel\&.