From 3a4d235a35ade0019ca7e1f3378bf74bae26d4b5 Mon Sep 17 00:00:00 2001 From: ssorce Date: Wed, 28 Mar 2007 12:49:15 +0000 Subject: [PATCH] Add hint for putting dos attributes in EAs --- smb.conf.default | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/smb.conf.default b/smb.conf.default index 0028365..3955c3c 100644 --- a/smb.conf.default +++ b/smb.conf.default @@ -190,7 +190,24 @@ #obtain list of printers automatically on SystemV ; printcap name = lpstat ; printing = cups - + +# --------------------------- Filesystem Options --------------------------- +# +# The following options can be uncommented if the filesystem supports +# Extended Attributes and they are enabled (usually by the mount option +# user_xattr). Thess options will let the admin store the DOS attributes +# in an EA and make samba not mess with the permission bits. +# +# Note: these options can also be set just per share, setting them in global +# makes them the default for all shares + +; map archive = no +; map hidden = no +; map read only = no +; map system = no +; store dos attributes = yes + + #============================ Share Definitions ============================== [homes]