Add hint for putting dos attributes in EAs

This commit is contained in:
ssorce 2007-03-28 12:49:15 +00:00
parent 0804f04e2b
commit 3a4d235a35
1 changed files with 18 additions and 1 deletions

View File

@ -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]