summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-bu
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/patches/patch-bu')
-rw-r--r--net/samba/patches/patch-bu10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba/patches/patch-bu b/net/samba/patches/patch-bu
index e60d8f445aa..e8cadbfe927 100644
--- a/net/samba/patches/patch-bu
+++ b/net/samba/patches/patch-bu
@@ -1,8 +1,8 @@
-$NetBSD: patch-bu,v 1.1 2005/11/14 08:05:28 jlam Exp $
+$NetBSD: patch-bu,v 1.2 2006/01/02 22:33:36 jlam Exp $
---- ../docs/manpages/smb.conf.5.orig 2005-08-19 13:53:26.000000000 -0400
+--- ../docs/manpages/smb.conf.5.orig 2005-12-29 11:19:48.000000000 -0500
+++ ../docs/manpages/smb.conf.5
-@@ -2963,6 +2963,12 @@ This integer specifies the number of sec
+@@ -3093,6 +3093,12 @@ This integer specifies the number of sec
Default: \fB\fIpasswd chat timeout\fR = 2 \fR
.TP
@@ -15,7 +15,7 @@ $NetBSD: patch-bu,v 1.1 2005/11/14 08:05:28 jlam Exp $
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\&.
-@@ -3923,6 +3929,15 @@ This parameter determines if \fBsmbd\fR(
+@@ -4075,6 +4081,15 @@ This parameter determines if \fBsmbd\fR(
Default: \fB\fIstat cache\fR = yes \fR
.TP
@@ -29,5 +29,5 @@ $NetBSD: patch-bu,v 1.1 2005/11/14 08:05:28 jlam Exp $
+
+.TP
store dos attributes (S)
- If this parameter is set Samba no longer attempts to map DOS attributes like SYSTEM, HIDDEN, ARCHIVE or READ\-ONLY to UNIX permission bits (such as the map hidden\&. Instead, DOS attributes will be stored onto an extended attribute in the UNIX filesystem, associated with the file or directory\&. For this to operate correctly, the parameters map hidden, map system, map archive 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\&.
+ 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\&.